|
|
|
|
|
|
|
|
version = 4 |
|
|
|
|
|
[[package]] |
|
|
name = "adler2" |
|
|
version = "2.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
|
|
|
|
|
[[package]] |
|
|
name = "adler32" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" |
|
|
|
|
|
[[package]] |
|
|
name = "ahash" |
|
|
version = "0.8.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"version_check", |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
version = "1.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "allocator-api2" |
|
|
version = "0.2.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
|
|
|
|
|
[[package]] |
|
|
name = "anes" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
|
|
[[package]] |
|
|
name = "anstream" |
|
|
version = "0.6.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"anstyle-parse", |
|
|
"anstyle-query", |
|
|
"anstyle-wincon", |
|
|
"colorchoice", |
|
|
"is_terminal_polyfill", |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle" |
|
|
version = "1.0.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-parse" |
|
|
version = "0.2.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
|
|
dependencies = [ |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-query" |
|
|
version = "1.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
|
|
dependencies = [ |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-wincon" |
|
|
version = "3.0.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"once_cell_polyfill", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anyhow" |
|
|
version = "1.0.100" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
|
|
|
|
|
[[package]] |
|
|
name = "arraydeque" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" |
|
|
|
|
|
[[package]] |
|
|
name = "async-trait" |
|
|
version = "0.1.89" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "atomic-waker" |
|
|
version = "1.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
|
|
|
|
|
[[package]] |
|
|
name = "autocfg" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.13.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.21.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.22.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
|
|
[[package]] |
|
|
name = "base64ct" |
|
|
version = "1.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "2.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
|
|
dependencies = [ |
|
|
"serde_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "block-buffer" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bumpalo" |
|
|
version = "3.19.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
|
|
|
|
|
[[package]] |
|
|
name = "bytemuck" |
|
|
version = "1.24.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" |
|
|
dependencies = [ |
|
|
"bytemuck_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bytemuck_derive" |
|
|
version = "1.10.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "byteorder" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
|
|
[[package]] |
|
|
name = "bytes" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
|
|
|
|
|
[[package]] |
|
|
name = "cast" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
|
|
[[package]] |
|
|
name = "cc" |
|
|
version = "1.2.46" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36" |
|
|
dependencies = [ |
|
|
"find-msvc-tools", |
|
|
"jobserver", |
|
|
"libc", |
|
|
"shlex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cedarwood" |
|
|
version = "0.4.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90" |
|
|
dependencies = [ |
|
|
"smallvec 1.15.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
|
|
dependencies = [ |
|
|
"ciborium-io", |
|
|
"ciborium-ll", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium-io" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
|
|
|
|
|
[[package]] |
|
|
name = "ciborium-ll" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
|
|
dependencies = [ |
|
|
"ciborium-io", |
|
|
"half", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap" |
|
|
version = "4.5.51" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" |
|
|
dependencies = [ |
|
|
"clap_builder", |
|
|
"clap_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_builder" |
|
|
version = "4.5.51" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" |
|
|
dependencies = [ |
|
|
"anstream", |
|
|
"anstyle", |
|
|
"clap_lex", |
|
|
"strsim", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_derive" |
|
|
version = "4.5.49" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" |
|
|
dependencies = [ |
|
|
"heck", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_lex" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
|
|
|
|
|
[[package]] |
|
|
name = "colorchoice" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
|
|
|
|
|
[[package]] |
|
|
name = "config" |
|
|
version = "0.14.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"convert_case", |
|
|
"json5", |
|
|
"nom", |
|
|
"pathdiff", |
|
|
"ron", |
|
|
"rust-ini", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"toml", |
|
|
"yaml-rust2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "console" |
|
|
version = "0.15.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
|
|
dependencies = [ |
|
|
"encode_unicode", |
|
|
"libc", |
|
|
"once_cell", |
|
|
"unicode-width", |
|
|
"windows-sys 0.59.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "const-random" |
|
|
version = "0.1.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
|
|
dependencies = [ |
|
|
"const-random-macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "const-random-macro" |
|
|
version = "0.1.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.16", |
|
|
"once_cell", |
|
|
"tiny-keccak", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "convert_case" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
|
|
dependencies = [ |
|
|
"unicode-segmentation", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "core-foundation" |
|
|
version = "0.9.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "core-foundation-sys" |
|
|
version = "0.8.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
|
|
|
|
[[package]] |
|
|
name = "core2" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cpufeatures" |
|
|
version = "0.2.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crc32fast" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "criterion" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
|
|
dependencies = [ |
|
|
"anes", |
|
|
"cast", |
|
|
"ciborium", |
|
|
"clap", |
|
|
"criterion-plot", |
|
|
"is-terminal", |
|
|
"itertools 0.10.5", |
|
|
"num-traits", |
|
|
"once_cell", |
|
|
"oorandom", |
|
|
"plotters", |
|
|
"rayon", |
|
|
"regex", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"tinytemplate", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "criterion-plot" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
|
dependencies = [ |
|
|
"cast", |
|
|
"itertools 0.10.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-deque" |
|
|
version = "0.8.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
|
|
dependencies = [ |
|
|
"crossbeam-epoch", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-epoch" |
|
|
version = "0.9.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
|
dependencies = [ |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-utils" |
|
|
version = "0.8.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
|
|
[[package]] |
|
|
name = "crunchy" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
|
|
|
|
|
[[package]] |
|
|
name = "crypto-common" |
|
|
version = "0.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
"typenum", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling" |
|
|
version = "0.20.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"darling_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_core" |
|
|
version = "0.20.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
|
|
dependencies = [ |
|
|
"fnv", |
|
|
"ident_case", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"strsim", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_macro" |
|
|
version = "0.20.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dary_heap" |
|
|
version = "0.3.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "06d2e3287df1c007e74221c49ca10a95d557349e54b3a75dc2fb14712c751f04" |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_envelope" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6" |
|
|
dependencies = [ |
|
|
"dasp_frame", |
|
|
"dasp_peak", |
|
|
"dasp_ring_buffer", |
|
|
"dasp_rms", |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_frame" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6" |
|
|
dependencies = [ |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_interpolate" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486" |
|
|
dependencies = [ |
|
|
"dasp_frame", |
|
|
"dasp_ring_buffer", |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_peak" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf" |
|
|
dependencies = [ |
|
|
"dasp_frame", |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_ring_buffer" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1" |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_rms" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa" |
|
|
dependencies = [ |
|
|
"dasp_frame", |
|
|
"dasp_ring_buffer", |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_sample" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_signal" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7" |
|
|
dependencies = [ |
|
|
"dasp_envelope", |
|
|
"dasp_frame", |
|
|
"dasp_interpolate", |
|
|
"dasp_peak", |
|
|
"dasp_ring_buffer", |
|
|
"dasp_rms", |
|
|
"dasp_sample", |
|
|
"dasp_window", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dasp_window" |
|
|
version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076" |
|
|
dependencies = [ |
|
|
"dasp_sample", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "der" |
|
|
version = "0.7.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
|
|
dependencies = [ |
|
|
"pem-rfc7468", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
|
|
dependencies = [ |
|
|
"derive_builder_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder_core" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
|
|
dependencies = [ |
|
|
"darling", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder_macro" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
|
|
dependencies = [ |
|
|
"derive_builder_core", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "digest" |
|
|
version = "0.10.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
|
dependencies = [ |
|
|
"block-buffer", |
|
|
"crypto-common", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "displaydoc" |
|
|
version = "0.2.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dlv-list" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" |
|
|
dependencies = [ |
|
|
"const-random", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "either" |
|
|
version = "1.15.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
|
|
|
|
|
[[package]] |
|
|
name = "encode_unicode" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
|
|
|
|
|
[[package]] |
|
|
name = "encoding_rs" |
|
|
version = "0.8.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "env_filter" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "env_logger" |
|
|
version = "0.11.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" |
|
|
dependencies = [ |
|
|
"anstream", |
|
|
"anstyle", |
|
|
"env_filter", |
|
|
"jiff", |
|
|
"log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "equivalent" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
|
|
|
[[package]] |
|
|
name = "errno" |
|
|
version = "0.3.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "esaxx-rs" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
version = "2.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
|
|
|
|
|
[[package]] |
|
|
name = "filetime" |
|
|
version = "0.2.26" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"libredox", |
|
|
"windows-sys 0.60.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "find-msvc-tools" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" |
|
|
|
|
|
[[package]] |
|
|
name = "flate2" |
|
|
version = "1.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" |
|
|
dependencies = [ |
|
|
"crc32fast", |
|
|
"miniz_oxide", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fnv" |
|
|
version = "1.0.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
[[package]] |
|
|
name = "foldhash" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
|
|
|
|
|
[[package]] |
|
|
name = "foreign-types" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
|
dependencies = [ |
|
|
"foreign-types-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "foreign-types-shared" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
|
|
[[package]] |
|
|
name = "form_urlencoded" |
|
|
version = "1.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
|
|
dependencies = [ |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-task" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-util" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-io", |
|
|
"futures-sink", |
|
|
"futures-task", |
|
|
"memchr", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"slab", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fxhash" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "generic-array" |
|
|
version = "0.14.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
|
dependencies = [ |
|
|
"typenum", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"wasi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"r-efi", |
|
|
"wasip2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "h2" |
|
|
version = "0.4.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" |
|
|
dependencies = [ |
|
|
"atomic-waker", |
|
|
"bytes", |
|
|
"fnv", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"http", |
|
|
"indexmap", |
|
|
"slab", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "half" |
|
|
version = "2.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"crunchy", |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.14.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"allocator-api2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" |
|
|
dependencies = [ |
|
|
"allocator-api2", |
|
|
"equivalent", |
|
|
"foldhash", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hashlink" |
|
|
version = "0.8.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" |
|
|
dependencies = [ |
|
|
"hashbrown 0.14.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "heck" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
|
|
|
|
|
[[package]] |
|
|
name = "hex" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
|
|
[[package]] |
|
|
name = "hound" |
|
|
version = "3.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" |
|
|
|
|
|
[[package]] |
|
|
name = "http" |
|
|
version = "1.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"fnv", |
|
|
"itoa", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body-util" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"http", |
|
|
"http-body", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "httparse" |
|
|
version = "1.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
|
|
|
|
|
[[package]] |
|
|
name = "hyper" |
|
|
version = "1.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
|
|
dependencies = [ |
|
|
"atomic-waker", |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"h2", |
|
|
"http", |
|
|
"http-body", |
|
|
"httparse", |
|
|
"itoa", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"smallvec 1.15.1", |
|
|
"tokio", |
|
|
"want", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-rustls" |
|
|
version = "0.27.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
|
|
dependencies = [ |
|
|
"http", |
|
|
"hyper", |
|
|
"hyper-util", |
|
|
"rustls", |
|
|
"rustls-pki-types", |
|
|
"tokio", |
|
|
"tokio-rustls", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-tls" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http-body-util", |
|
|
"hyper", |
|
|
"hyper-util", |
|
|
"native-tls", |
|
|
"tokio", |
|
|
"tokio-native-tls", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-util" |
|
|
version = "0.1.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http-body", |
|
|
"hyper", |
|
|
"ipnet", |
|
|
"libc", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"socket2", |
|
|
"system-configuration", |
|
|
"tokio", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
"windows-registry", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_collections" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"potential_utf", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locale_core" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"litemap", |
|
|
"tinystr", |
|
|
"writeable", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
|
|
dependencies = [ |
|
|
"icu_collections", |
|
|
"icu_normalizer_data", |
|
|
"icu_properties", |
|
|
"icu_provider", |
|
|
"smallvec 1.15.1", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer_data" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" |
|
|
dependencies = [ |
|
|
"icu_collections", |
|
|
"icu_locale_core", |
|
|
"icu_properties_data", |
|
|
"icu_provider", |
|
|
"zerotrie", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties_data" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_provider" |
|
|
version = "2.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_locale_core", |
|
|
"writeable", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerotrie", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ident_case" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
|
|
[[package]] |
|
|
name = "idna" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
|
|
dependencies = [ |
|
|
"idna_adapter", |
|
|
"smallvec 1.15.1", |
|
|
"utf8_iter", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "idna_adapter" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
|
|
dependencies = [ |
|
|
"icu_normalizer", |
|
|
"icu_properties", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "include-flate" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e01b7cb6ca682a621e7cda1c358c9724b53a7b4409be9be1dd443b7f3a26f998" |
|
|
dependencies = [ |
|
|
"include-flate-codegen", |
|
|
"include-flate-compress", |
|
|
"libflate", |
|
|
"zstd", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "include-flate-codegen" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4f49bf5274aebe468d6e6eba14a977eaf1efa481dc173f361020de70c1c48050" |
|
|
dependencies = [ |
|
|
"include-flate-compress", |
|
|
"libflate", |
|
|
"proc-macro-error", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
"zstd", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "include-flate-compress" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eae6a40e716bcd5931f5dbb79cd921512a4f647e2e9413fded3171fca3824dbc" |
|
|
dependencies = [ |
|
|
"libflate", |
|
|
"zstd", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
version = "2.12.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" |
|
|
dependencies = [ |
|
|
"equivalent", |
|
|
"hashbrown 0.16.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "indextts" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"bytemuck", |
|
|
"clap", |
|
|
"config", |
|
|
"criterion", |
|
|
"dasp_sample", |
|
|
"dasp_signal", |
|
|
"env_logger", |
|
|
"hex", |
|
|
"hound", |
|
|
"indicatif", |
|
|
"jieba-rs", |
|
|
"lazy_static", |
|
|
"log", |
|
|
"ndarray 0.15.6", |
|
|
"num-complex", |
|
|
"num-traits", |
|
|
"num_cpus", |
|
|
"ort", |
|
|
"rand", |
|
|
"rayon", |
|
|
"realfft", |
|
|
"regex", |
|
|
"reqwest", |
|
|
"rubato", |
|
|
"rustfft", |
|
|
"safetensors", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_yaml", |
|
|
"sha2", |
|
|
"tempfile", |
|
|
"thiserror", |
|
|
"tokenizers", |
|
|
"tokio", |
|
|
"toml", |
|
|
"unicode-segmentation", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "indicatif" |
|
|
version = "0.17.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
|
|
dependencies = [ |
|
|
"console", |
|
|
"number_prefix", |
|
|
"portable-atomic", |
|
|
"unicode-width", |
|
|
"web-time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ipnet" |
|
|
version = "2.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
|
|
|
|
|
[[package]] |
|
|
name = "iri-string" |
|
|
version = "0.7.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "is-terminal" |
|
|
version = "0.4.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"libc", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "is_terminal_polyfill" |
|
|
version = "1.70.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
|
|
|
|
|
[[package]] |
|
|
name = "itertools" |
|
|
version = "0.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
|
dependencies = [ |
|
|
"either", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itertools" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
|
|
dependencies = [ |
|
|
"either", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itertools" |
|
|
version = "0.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
|
|
dependencies = [ |
|
|
"either", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
|
|
|
|
|
[[package]] |
|
|
name = "jieba-macros" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7c676b32a471d3cfae8dac2ad2f8334cd52e53377733cca8c1fb0a5062fec192" |
|
|
dependencies = [ |
|
|
"phf_codegen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "jieba-rs" |
|
|
version = "0.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f5dd552bbb95d578520ee68403bf8aaf0dbbb2ce55b0854d019f9350ad61040a" |
|
|
dependencies = [ |
|
|
"cedarwood", |
|
|
"fxhash", |
|
|
"include-flate", |
|
|
"jieba-macros", |
|
|
"lazy_static", |
|
|
"phf", |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "jiff" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" |
|
|
dependencies = [ |
|
|
"jiff-static", |
|
|
"log", |
|
|
"portable-atomic", |
|
|
"portable-atomic-util", |
|
|
"serde_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "jiff-static" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "jobserver" |
|
|
version = "0.1.34" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
|
|
dependencies = [ |
|
|
"getrandom 0.3.4", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
version = "0.3.82" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "json5" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"pest_derive", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "lazy_static" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
|
|
[[package]] |
|
|
name = "libc" |
|
|
version = "0.2.177" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" |
|
|
|
|
|
[[package]] |
|
|
name = "libflate" |
|
|
version = "2.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3248b8d211bd23a104a42d81b4fa8bb8ac4a3b75e7a43d85d2c9ccb6179cd74" |
|
|
dependencies = [ |
|
|
"adler32", |
|
|
"core2", |
|
|
"crc32fast", |
|
|
"dary_heap", |
|
|
"libflate_lz77", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libflate_lz77" |
|
|
version = "2.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a599cb10a9cd92b1300debcef28da8f70b935ec937f44fcd1b70a7c986a11c5c" |
|
|
dependencies = [ |
|
|
"core2", |
|
|
"hashbrown 0.16.0", |
|
|
"rle-decode-fast", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libloading" |
|
|
version = "0.8.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "libredox" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "linux-raw-sys" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
|
|
|
|
|
[[package]] |
|
|
name = "litemap" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
|
|
|
|
|
[[package]] |
|
|
name = "lock_api" |
|
|
version = "0.4.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
|
|
dependencies = [ |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "log" |
|
|
version = "0.4.28" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
|
|
|
|
|
[[package]] |
|
|
name = "macro_rules_attribute" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520" |
|
|
dependencies = [ |
|
|
"macro_rules_attribute-proc_macro", |
|
|
"paste", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "macro_rules_attribute-proc_macro" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" |
|
|
|
|
|
[[package]] |
|
|
name = "matrixmultiply" |
|
|
version = "0.3.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"rawpointer", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
|
|
|
|
|
[[package]] |
|
|
name = "mime" |
|
|
version = "0.3.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
|
|
[[package]] |
|
|
name = "minimal-lexical" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
|
|
|
|
|
[[package]] |
|
|
name = "miniz_oxide" |
|
|
version = "0.8.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
|
|
dependencies = [ |
|
|
"adler2", |
|
|
"simd-adler32", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "mio" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"wasi", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "monostate" |
|
|
version = "0.1.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67" |
|
|
dependencies = [ |
|
|
"monostate-impl", |
|
|
"serde", |
|
|
"serde_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "monostate-impl" |
|
|
version = "0.1.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "native-tls" |
|
|
version = "0.2.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"log", |
|
|
"openssl", |
|
|
"openssl-probe", |
|
|
"openssl-sys", |
|
|
"schannel", |
|
|
"security-framework", |
|
|
"security-framework-sys", |
|
|
"tempfile", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ndarray" |
|
|
version = "0.15.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
|
|
dependencies = [ |
|
|
"matrixmultiply", |
|
|
"num-complex", |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
"rawpointer", |
|
|
"rayon", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ndarray" |
|
|
version = "0.16.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" |
|
|
dependencies = [ |
|
|
"matrixmultiply", |
|
|
"num-complex", |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
"portable-atomic", |
|
|
"portable-atomic-util", |
|
|
"rawpointer", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "nom" |
|
|
version = "7.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"minimal-lexical", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-complex" |
|
|
version = "0.4.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-integer" |
|
|
version = "0.1.46" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-traits" |
|
|
version = "0.2.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num_cpus" |
|
|
version = "1.17.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "number_prefix" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
version = "1.21.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell_polyfill" |
|
|
version = "1.70.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
|
|
|
|
|
[[package]] |
|
|
name = "onig" |
|
|
version = "6.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"libc", |
|
|
"once_cell", |
|
|
"onig_sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "onig_sys" |
|
|
version = "69.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"pkg-config", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "oorandom" |
|
|
version = "11.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
|
|
|
|
|
[[package]] |
|
|
name = "openssl" |
|
|
version = "0.10.75" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"cfg-if", |
|
|
"foreign-types", |
|
|
"libc", |
|
|
"once_cell", |
|
|
"openssl-macros", |
|
|
"openssl-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "openssl-macros" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "openssl-probe" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
|
|
|
|
|
[[package]] |
|
|
name = "openssl-sys" |
|
|
version = "0.9.111" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"libc", |
|
|
"pkg-config", |
|
|
"vcpkg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ordered-multimap" |
|
|
version = "0.7.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" |
|
|
dependencies = [ |
|
|
"dlv-list", |
|
|
"hashbrown 0.14.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ort" |
|
|
version = "2.0.0-rc.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fa7e49bd669d32d7bc2a15ec540a527e7764aec722a45467814005725bcd721" |
|
|
dependencies = [ |
|
|
"libloading", |
|
|
"ndarray 0.16.1", |
|
|
"ort-sys", |
|
|
"smallvec 2.0.0-alpha.10", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ort-sys" |
|
|
version = "2.0.0-rc.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e2aba9f5c7c479925205799216e7e5d07cc1d4fa76ea8058c60a9a30f6a4e890" |
|
|
dependencies = [ |
|
|
"flate2", |
|
|
"pkg-config", |
|
|
"sha2", |
|
|
"tar", |
|
|
"ureq", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot" |
|
|
version = "0.12.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
|
|
dependencies = [ |
|
|
"lock_api", |
|
|
"parking_lot_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot_core" |
|
|
version = "0.9.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"smallvec 1.15.1", |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "paste" |
|
|
version = "1.0.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
|
|
[[package]] |
|
|
name = "pathdiff" |
|
|
version = "0.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" |
|
|
|
|
|
[[package]] |
|
|
name = "pem-rfc7468" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
|
|
dependencies = [ |
|
|
"base64ct", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "percent-encoding" |
|
|
version = "2.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
|
|
|
|
|
[[package]] |
|
|
name = "pest" |
|
|
version = "2.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"ucd-trie", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pest_derive" |
|
|
version = "2.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"pest_generator", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pest_generator" |
|
|
version = "2.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"pest_meta", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pest_meta" |
|
|
version = "2.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"sha2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf" |
|
|
version = "0.11.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
|
|
dependencies = [ |
|
|
"phf_shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_codegen" |
|
|
version = "0.11.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
|
|
dependencies = [ |
|
|
"phf_generator", |
|
|
"phf_shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_generator" |
|
|
version = "0.11.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
|
|
dependencies = [ |
|
|
"phf_shared", |
|
|
"rand", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_shared" |
|
|
version = "0.11.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
|
|
dependencies = [ |
|
|
"siphasher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pin-project-lite" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
|
|
|
|
|
[[package]] |
|
|
name = "pin-utils" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
[[package]] |
|
|
name = "pkg-config" |
|
|
version = "0.3.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
|
|
|
|
|
[[package]] |
|
|
name = "plotters" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
"plotters-backend", |
|
|
"plotters-svg", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-backend" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-svg" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
|
|
dependencies = [ |
|
|
"plotters-backend", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "portable-atomic" |
|
|
version = "1.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
|
|
|
|
|
[[package]] |
|
|
name = "portable-atomic-util" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" |
|
|
dependencies = [ |
|
|
"portable-atomic", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "potential_utf" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
|
|
dependencies = [ |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
version = "0.2.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
|
|
dependencies = [ |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "primal-check" |
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08" |
|
|
dependencies = [ |
|
|
"num-integer", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro-error" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
|
dependencies = [ |
|
|
"proc-macro-error-attr", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro-error-attr" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.103" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "r-efi" |
|
|
version = "5.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"rand_chacha", |
|
|
"rand_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_chacha" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
|
dependencies = [ |
|
|
"ppv-lite86", |
|
|
"rand_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.6.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.16", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rawpointer" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
|
|
|
|
|
[[package]] |
|
|
name = "rayon" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"rayon-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon-cond" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"itertools 0.11.0", |
|
|
"rayon", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon-core" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
|
|
dependencies = [ |
|
|
"crossbeam-deque", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "realfft" |
|
|
version = "3.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677" |
|
|
dependencies = [ |
|
|
"rustfft", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.5.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex" |
|
|
version = "1.12.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-automata", |
|
|
"regex-syntax", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.4.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-syntax", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.8.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
|
|
|
|
|
[[package]] |
|
|
name = "reqwest" |
|
|
version = "0.12.24" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"bytes", |
|
|
"encoding_rs", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"h2", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body-util", |
|
|
"hyper", |
|
|
"hyper-rustls", |
|
|
"hyper-tls", |
|
|
"hyper-util", |
|
|
"js-sys", |
|
|
"log", |
|
|
"mime", |
|
|
"native-tls", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"rustls-pki-types", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_urlencoded", |
|
|
"sync_wrapper", |
|
|
"tokio", |
|
|
"tokio-native-tls", |
|
|
"tower", |
|
|
"tower-http", |
|
|
"tower-service", |
|
|
"url", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ring" |
|
|
version = "0.17.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cfg-if", |
|
|
"getrandom 0.2.16", |
|
|
"libc", |
|
|
"untrusted", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rle-decode-fast" |
|
|
version = "1.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" |
|
|
|
|
|
[[package]] |
|
|
name = "ron" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" |
|
|
dependencies = [ |
|
|
"base64 0.21.7", |
|
|
"bitflags", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rubato" |
|
|
version = "0.15.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b5d18b486e7d29a408ef3f825bc1327d8f87af091c987ca2f5b734625940e234" |
|
|
dependencies = [ |
|
|
"num-complex", |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
"realfft", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rust-ini" |
|
|
version = "0.20.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"ordered-multimap", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustfft" |
|
|
version = "6.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89" |
|
|
dependencies = [ |
|
|
"num-complex", |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
"primal-check", |
|
|
"strength_reduce", |
|
|
"transpose", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustix" |
|
|
version = "1.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"errno", |
|
|
"libc", |
|
|
"linux-raw-sys", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls" |
|
|
version = "0.23.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"rustls-pki-types", |
|
|
"rustls-webpki", |
|
|
"subtle", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-pki-types" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" |
|
|
dependencies = [ |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustls-webpki" |
|
|
version = "0.103.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" |
|
|
dependencies = [ |
|
|
"ring", |
|
|
"rustls-pki-types", |
|
|
"untrusted", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustversion" |
|
|
version = "1.0.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
|
|
|
|
|
[[package]] |
|
|
name = "safetensors" |
|
|
version = "0.4.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_json", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "same-file" |
|
|
version = "1.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
|
dependencies = [ |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "schannel" |
|
|
version = "0.1.28" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
|
|
dependencies = [ |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "scopeguard" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
[[package]] |
|
|
name = "security-framework" |
|
|
version = "2.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"core-foundation", |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
"security-framework-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "security-framework-sys" |
|
|
version = "2.15.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
|
|
dependencies = [ |
|
|
"serde_core", |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_core" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.145" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"memchr", |
|
|
"ryu", |
|
|
"serde", |
|
|
"serde_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_spanned" |
|
|
version = "0.6.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_urlencoded" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_yaml" |
|
|
version = "0.9.34+deprecated" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
|
|
dependencies = [ |
|
|
"indexmap", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
"unsafe-libyaml", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha2" |
|
|
version = "0.10.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "shlex" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
|
|
[[package]] |
|
|
name = "signal-hook-registry" |
|
|
version = "1.4.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "simd-adler32" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
|
|
[[package]] |
|
|
name = "siphasher" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
|
|
[[package]] |
|
|
name = "slab" |
|
|
version = "0.4.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "1.15.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "2.0.0-alpha.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "51d44cfb396c3caf6fbfd0ab422af02631b69ddd96d2eff0b0f0724f9024051b" |
|
|
|
|
|
[[package]] |
|
|
name = "socket2" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.60.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "socks" |
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" |
|
|
dependencies = [ |
|
|
"byteorder", |
|
|
"libc", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "spm_precompiled" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" |
|
|
dependencies = [ |
|
|
"base64 0.13.1", |
|
|
"nom", |
|
|
"serde", |
|
|
"unicode-segmentation", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "stable_deref_trait" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
|
|
|
|
|
[[package]] |
|
|
name = "strength_reduce" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" |
|
|
|
|
|
[[package]] |
|
|
name = "strsim" |
|
|
version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
|
|
[[package]] |
|
|
name = "subtle" |
|
|
version = "2.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "1.0.109" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.110" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sync_wrapper" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "synstructure" |
|
|
version = "0.13.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "system-configuration" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"core-foundation", |
|
|
"system-configuration-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "system-configuration-sys" |
|
|
version = "0.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
|
|
dependencies = [ |
|
|
"core-foundation-sys", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tar" |
|
|
version = "0.4.44" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" |
|
|
dependencies = [ |
|
|
"filetime", |
|
|
"libc", |
|
|
"xattr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tempfile" |
|
|
version = "3.23.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" |
|
|
dependencies = [ |
|
|
"fastrand", |
|
|
"getrandom 0.3.4", |
|
|
"once_cell", |
|
|
"rustix", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "1.0.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tiny-keccak" |
|
|
version = "2.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
|
|
dependencies = [ |
|
|
"crunchy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinystr" |
|
|
version = "0.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinytemplate" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_json", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokenizers" |
|
|
version = "0.19.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e500fad1dd3af3d626327e6a3fe5050e664a6eaa4708b8ca92f1794aaf73e6fd" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"derive_builder", |
|
|
"esaxx-rs", |
|
|
"getrandom 0.2.16", |
|
|
"indicatif", |
|
|
"itertools 0.12.1", |
|
|
"lazy_static", |
|
|
"log", |
|
|
"macro_rules_attribute", |
|
|
"monostate", |
|
|
"onig", |
|
|
"paste", |
|
|
"rand", |
|
|
"rayon", |
|
|
"rayon-cond", |
|
|
"regex", |
|
|
"regex-syntax", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"spm_precompiled", |
|
|
"thiserror", |
|
|
"unicode-normalization-alignments", |
|
|
"unicode-segmentation", |
|
|
"unicode_categories", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio" |
|
|
version = "1.48.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"libc", |
|
|
"mio", |
|
|
"parking_lot", |
|
|
"pin-project-lite", |
|
|
"signal-hook-registry", |
|
|
"socket2", |
|
|
"tokio-macros", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-macros" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-native-tls" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
|
|
dependencies = [ |
|
|
"native-tls", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-rustls" |
|
|
version = "0.26.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
|
|
dependencies = [ |
|
|
"rustls", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-util" |
|
|
version = "0.7.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml" |
|
|
version = "0.8.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"toml_edit", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_datetime" |
|
|
version = "0.6.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_edit" |
|
|
version = "0.22.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
|
|
dependencies = [ |
|
|
"indexmap", |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"toml_write", |
|
|
"winnow", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_write" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
|
|
|
|
|
[[package]] |
|
|
name = "tower" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"pin-project-lite", |
|
|
"sync_wrapper", |
|
|
"tokio", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-http" |
|
|
version = "0.6.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http-body", |
|
|
"iri-string", |
|
|
"pin-project-lite", |
|
|
"tower", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-layer" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
|
|
|
|
|
[[package]] |
|
|
name = "tower-service" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
|
|
|
|
|
[[package]] |
|
|
name = "tracing" |
|
|
version = "0.1.41" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
|
|
dependencies = [ |
|
|
"pin-project-lite", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-core" |
|
|
version = "0.1.34" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "transpose" |
|
|
version = "0.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" |
|
|
dependencies = [ |
|
|
"num-integer", |
|
|
"strength_reduce", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "try-lock" |
|
|
version = "0.2.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
|
|
[[package]] |
|
|
name = "typenum" |
|
|
version = "1.19.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
|
|
|
|
|
[[package]] |
|
|
name = "ucd-trie" |
|
|
version = "0.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
version = "1.0.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-normalization-alignments" |
|
|
version = "0.1.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" |
|
|
dependencies = [ |
|
|
"smallvec 1.15.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-segmentation" |
|
|
version = "1.12.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-width" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode_categories" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
|
|
|
|
|
[[package]] |
|
|
name = "unsafe-libyaml" |
|
|
version = "0.2.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
|
|
|
[[package]] |
|
|
name = "untrusted" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
|
|
[[package]] |
|
|
name = "ureq" |
|
|
version = "3.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"der", |
|
|
"log", |
|
|
"native-tls", |
|
|
"percent-encoding", |
|
|
"rustls-pki-types", |
|
|
"socks", |
|
|
"ureq-proto", |
|
|
"utf-8", |
|
|
"webpki-root-certs", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ureq-proto" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "60b4531c118335662134346048ddb0e54cc86bd7e81866757873055f0e38f5d2" |
|
|
dependencies = [ |
|
|
"base64 0.22.1", |
|
|
"http", |
|
|
"httparse", |
|
|
"log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "url" |
|
|
version = "2.5.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"idna", |
|
|
"percent-encoding", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "utf-8" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8_iter" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8parse" |
|
|
version = "0.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
|
|
|
|
[[package]] |
|
|
name = "vcpkg" |
|
|
version = "0.2.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
|
|
[[package]] |
|
|
name = "version_check" |
|
|
version = "0.9.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
|
|
[[package]] |
|
|
name = "walkdir" |
|
|
version = "2.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
|
|
dependencies = [ |
|
|
"same-file", |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "want" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
|
|
dependencies = [ |
|
|
"try-lock", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasi" |
|
|
version = "0.11.1+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
|
|
|
|
|
[[package]] |
|
|
name = "wasip2" |
|
|
version = "1.0.1+wasi-0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
|
|
dependencies = [ |
|
|
"wit-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.105" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"rustversion", |
|
|
"wasm-bindgen-macro", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-futures" |
|
|
version = "0.4.55" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"once_cell", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.105" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.105" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.105" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "web-sys" |
|
|
version = "0.3.82" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "web-time" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "webpki-root-certs" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" |
|
|
dependencies = [ |
|
|
"rustls-pki-types", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi" |
|
|
version = "0.3.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
|
dependencies = [ |
|
|
"winapi-i686-pc-windows-gnu", |
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-util" |
|
|
version = "0.1.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
|
|
dependencies = [ |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
[[package]] |
|
|
name = "windows-link" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
|
|
|
|
|
[[package]] |
|
|
name = "windows-registry" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
"windows-result", |
|
|
"windows-strings", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-result" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-strings" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.59.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.60.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
|
|
dependencies = [ |
|
|
"windows-targets 0.53.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.61.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.52.6", |
|
|
"windows_aarch64_msvc 0.52.6", |
|
|
"windows_i686_gnu 0.52.6", |
|
|
"windows_i686_gnullvm 0.52.6", |
|
|
"windows_i686_msvc 0.52.6", |
|
|
"windows_x86_64_gnu 0.52.6", |
|
|
"windows_x86_64_gnullvm 0.52.6", |
|
|
"windows_x86_64_msvc 0.52.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.53.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
"windows_aarch64_gnullvm 0.53.1", |
|
|
"windows_aarch64_msvc 0.53.1", |
|
|
"windows_i686_gnu 0.53.1", |
|
|
"windows_i686_gnullvm 0.53.1", |
|
|
"windows_i686_msvc 0.53.1", |
|
|
"windows_x86_64_gnu 0.53.1", |
|
|
"windows_x86_64_gnullvm 0.53.1", |
|
|
"windows_x86_64_msvc 0.53.1", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
|
|
|
|
|
[[package]] |
|
|
name = "winnow" |
|
|
version = "0.7.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wit-bindgen" |
|
|
version = "0.46.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
|
|
|
|
|
[[package]] |
|
|
name = "writeable" |
|
|
version = "0.6.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
|
|
|
|
|
[[package]] |
|
|
name = "xattr" |
|
|
version = "1.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"rustix", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yaml-rust2" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" |
|
|
dependencies = [ |
|
|
"arraydeque", |
|
|
"encoding_rs", |
|
|
"hashlink", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yoke" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
|
|
dependencies = [ |
|
|
"stable_deref_trait", |
|
|
"yoke-derive", |
|
|
"zerofrom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yoke-derive" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy" |
|
|
version = "0.8.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" |
|
|
dependencies = [ |
|
|
"zerocopy-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy-derive" |
|
|
version = "0.8.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
|
|
dependencies = [ |
|
|
"zerofrom-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom-derive" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zeroize" |
|
|
version = "1.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
|
|
|
|
|
[[package]] |
|
|
name = "zerotrie" |
|
|
version = "0.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec" |
|
|
version = "0.11.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
|
|
dependencies = [ |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec-derive" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.110", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zstd" |
|
|
version = "0.13.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
|
|
dependencies = [ |
|
|
"zstd-safe", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zstd-safe" |
|
|
version = "7.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
|
|
dependencies = [ |
|
|
"zstd-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zstd-sys" |
|
|
version = "2.0.16+zstd.1.5.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"pkg-config", |
|
|
] |
|
|
|