|
|
|
|
|
|
|
|
version = 3 |
|
|
|
|
|
[[package]] |
|
|
name = "ahash" |
|
|
version = "0.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"getrandom", |
|
|
"once_cell", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
version = "1.0.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "allocator-api2" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
|
|
|
|
|
[[package]] |
|
|
name = "anstream" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"anstyle-parse", |
|
|
"anstyle-query", |
|
|
"anstyle-wincon", |
|
|
"colorchoice", |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-parse" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
|
|
dependencies = [ |
|
|
"utf8parse", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-query" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
|
|
dependencies = [ |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "anstyle-wincon" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "assert_cmd" |
|
|
version = "2.0.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"bstr", |
|
|
"doc-comment", |
|
|
"predicates", |
|
|
"predicates-core", |
|
|
"predicates-tree", |
|
|
"wait-timeout", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "atty" |
|
|
version = "0.2.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|
dependencies = [ |
|
|
"hermit-abi 0.1.19", |
|
|
"libc", |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "autocfg" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "2.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
|
|
|
|
|
[[package]] |
|
|
name = "bstr" |
|
|
version = "1.6.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"regex-automata", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bumpalo" |
|
|
version = "3.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
|
|
|
|
|
[[package]] |
|
|
name = "cached" |
|
|
version = "0.46.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"cached_proc_macro", |
|
|
"cached_proc_macro_types", |
|
|
"hashbrown", |
|
|
"instant", |
|
|
"once_cell", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cached_proc_macro" |
|
|
version = "0.18.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7da8245dd5f576a41c3b76247b54c15b0e43139ceeb4f732033e15be7c005176" |
|
|
dependencies = [ |
|
|
"darling", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cached_proc_macro_types" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" |
|
|
|
|
|
[[package]] |
|
|
name = "cast" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
|
|
[[package]] |
|
|
name = "cc" |
|
|
version = "1.0.83" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
[[package]] |
|
|
name = "chardet" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1a48563284b67c003ba0fb7243c87fab68885e1532c605704228a80238512e31" |
|
|
|
|
|
[[package]] |
|
|
name = "chardetng" |
|
|
version = "0.1.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"encoding_rs", |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "charset-normalizer-rs" |
|
|
version = "1.0.6" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"assert_cmd", |
|
|
"bitflags 2.4.0", |
|
|
"cached", |
|
|
"chardet", |
|
|
"chardetng", |
|
|
"clap 4.4.2", |
|
|
"counter", |
|
|
"criterion", |
|
|
"dialoguer", |
|
|
"encoding", |
|
|
"env_logger", |
|
|
"icu_normalizer", |
|
|
"icu_properties", |
|
|
"log", |
|
|
"once_cell", |
|
|
"ordered-float", |
|
|
"predicates", |
|
|
"regex", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"strsim", |
|
|
"unicode_names2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap" |
|
|
version = "2.34.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"textwrap", |
|
|
"unicode-width", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap" |
|
|
version = "4.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" |
|
|
dependencies = [ |
|
|
"clap_builder", |
|
|
"clap_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_builder" |
|
|
version = "4.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" |
|
|
dependencies = [ |
|
|
"anstream", |
|
|
"anstyle", |
|
|
"clap_lex", |
|
|
"strsim", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_derive" |
|
|
version = "4.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" |
|
|
dependencies = [ |
|
|
"heck", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "clap_lex" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" |
|
|
|
|
|
[[package]] |
|
|
name = "colorchoice" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
|
|
[[package]] |
|
|
name = "console" |
|
|
version = "0.15.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" |
|
|
dependencies = [ |
|
|
"encode_unicode", |
|
|
"lazy_static", |
|
|
"libc", |
|
|
"unicode-width", |
|
|
"windows-sys 0.45.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "counter" |
|
|
version = "0.5.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2d458e66999348f56fd3ffcfbb7f7951542075ca8359687c703de6500c1ddccd" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "criterion" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" |
|
|
dependencies = [ |
|
|
"atty", |
|
|
"cast", |
|
|
"clap 2.34.0", |
|
|
"criterion-plot", |
|
|
"csv", |
|
|
"itertools", |
|
|
"lazy_static", |
|
|
"num-traits", |
|
|
"oorandom", |
|
|
"plotters", |
|
|
"rayon", |
|
|
"regex", |
|
|
"serde", |
|
|
"serde_cbor", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"tinytemplate", |
|
|
"walkdir", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "criterion-plot" |
|
|
version = "0.4.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" |
|
|
dependencies = [ |
|
|
"cast", |
|
|
"itertools", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-channel" |
|
|
version = "0.5.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-deque" |
|
|
version = "0.8.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"crossbeam-epoch", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-epoch" |
|
|
version = "0.9.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"cfg-if", |
|
|
"crossbeam-utils", |
|
|
"memoffset", |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-utils" |
|
|
version = "0.8.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "csv" |
|
|
version = "1.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" |
|
|
dependencies = [ |
|
|
"csv-core", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "csv-core" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling" |
|
|
version = "0.14.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"darling_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_core" |
|
|
version = "0.14.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
|
|
dependencies = [ |
|
|
"fnv", |
|
|
"ident_case", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"strsim", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_macro" |
|
|
version = "0.14.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"quote", |
|
|
"syn 1.0.109", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "dialoguer" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87" |
|
|
dependencies = [ |
|
|
"console", |
|
|
"shell-words", |
|
|
"tempfile", |
|
|
"zeroize", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "difflib" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
|
|
|
|
|
[[package]] |
|
|
name = "displaydoc" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "doc-comment" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
|
|
|
|
|
[[package]] |
|
|
name = "either" |
|
|
version = "1.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
|
|
|
|
|
[[package]] |
|
|
name = "encode_unicode" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
|
|
|
[[package]] |
|
|
name = "encoding" |
|
|
version = "0.2.33" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" |
|
|
dependencies = [ |
|
|
"encoding-index-japanese", |
|
|
"encoding-index-korean", |
|
|
"encoding-index-simpchinese", |
|
|
"encoding-index-singlebyte", |
|
|
"encoding-index-tradchinese", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding-index-japanese" |
|
|
version = "1.20141219.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" |
|
|
dependencies = [ |
|
|
"encoding_index_tests", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding-index-korean" |
|
|
version = "1.20141219.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" |
|
|
dependencies = [ |
|
|
"encoding_index_tests", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding-index-simpchinese" |
|
|
version = "1.20141219.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" |
|
|
dependencies = [ |
|
|
"encoding_index_tests", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding-index-singlebyte" |
|
|
version = "1.20141219.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" |
|
|
dependencies = [ |
|
|
"encoding_index_tests", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding-index-tradchinese" |
|
|
version = "1.20141219.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
|
|
dependencies = [ |
|
|
"encoding_index_tests", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "encoding_index_tests" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
|
|
|
|
|
[[package]] |
|
|
name = "encoding_rs" |
|
|
version = "0.8.33" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "env_logger" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
|
|
dependencies = [ |
|
|
"humantime", |
|
|
"is-terminal", |
|
|
"log", |
|
|
"regex", |
|
|
"termcolor", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "errno" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" |
|
|
dependencies = [ |
|
|
"errno-dragonfly", |
|
|
"libc", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "errno-dragonfly" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
version = "2.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" |
|
|
|
|
|
[[package]] |
|
|
name = "float-cmp" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fnv" |
|
|
version = "1.0.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
[[package]] |
|
|
name = "getopts" |
|
|
version = "0.2.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
|
|
dependencies = [ |
|
|
"unicode-width", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.2.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"wasi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "half" |
|
|
version = "1.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.14.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"allocator-api2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "heck" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
version = "0.1.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
|
|
|
|
|
[[package]] |
|
|
name = "humantime" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_collections" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3907b2246e8dd5a29ead8a965e7c0c8a90e9b928e614a4279257d45c5e553e91" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"litemap", |
|
|
"tinystr", |
|
|
"writeable", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid_transform" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_locid", |
|
|
"icu_locid_transform_data", |
|
|
"icu_provider", |
|
|
"tinystr", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid_transform_data" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "080fc33a720d50a7342b0c58df010fbcfb842d6f78ef81555f8b1ac6bba57d3c" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_collections", |
|
|
"icu_normalizer_data", |
|
|
"icu_properties", |
|
|
"icu_provider", |
|
|
"smallvec", |
|
|
"utf16_iter", |
|
|
"utf8_iter", |
|
|
"write16", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer_data" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6f8d22f74066c2e6442db2a9aa14950278e86719e811e304e48bae03094b369d" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3477ae70f8ca8dc08ff7574b5398ed0a2f2e4e6b66bdff2558a92ed67e262be1" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_collections", |
|
|
"icu_locid_transform", |
|
|
"icu_properties_data", |
|
|
"icu_provider", |
|
|
"tinystr", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties_data" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7c8bb3b67a8347e94d580434369e5c7ee89999b9309d04b7cfc88dfaa0f31b59" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_provider" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_locid", |
|
|
"icu_provider_macros", |
|
|
"stable_deref_trait", |
|
|
"tinystr", |
|
|
"writeable", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_provider_macros" |
|
|
version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ident_case" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
|
|
[[package]] |
|
|
name = "instant" |
|
|
version = "0.1.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "is-terminal" |
|
|
version = "0.4.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
|
|
dependencies = [ |
|
|
"hermit-abi 0.3.2", |
|
|
"rustix", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itertools" |
|
|
version = "0.10.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
|
dependencies = [ |
|
|
"either", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
|
|
|
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
version = "0.3.64" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
|
|
dependencies = [ |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "lazy_static" |
|
|
version = "1.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
[[package]] |
|
|
name = "libc" |
|
|
version = "0.2.147" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
|
|
|
|
|
[[package]] |
|
|
name = "linux-raw-sys" |
|
|
version = "0.4.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" |
|
|
|
|
|
[[package]] |
|
|
name = "litemap" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1" |
|
|
|
|
|
[[package]] |
|
|
name = "log" |
|
|
version = "0.4.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.6.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" |
|
|
|
|
|
[[package]] |
|
|
name = "memoffset" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "normalize-line-endings" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" |
|
|
|
|
|
[[package]] |
|
|
name = "num-traits" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num_cpus" |
|
|
version = "1.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
|
dependencies = [ |
|
|
"hermit-abi 0.3.2", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
version = "1.18.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
|
|
|
[[package]] |
|
|
name = "oorandom" |
|
|
version = "11.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
|
|
|
|
|
[[package]] |
|
|
name = "ordered-float" |
|
|
version = "3.9.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
|
|
dependencies = [ |
|
|
"phf_shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_codegen" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
|
|
dependencies = [ |
|
|
"phf_generator", |
|
|
"phf_shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_generator" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
|
|
dependencies = [ |
|
|
"phf_shared", |
|
|
"rand", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_shared" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
|
|
dependencies = [ |
|
|
"siphasher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "plotters" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
"plotters-backend", |
|
|
"plotters-svg", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-backend" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" |
|
|
|
|
|
[[package]] |
|
|
name = "plotters-svg" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" |
|
|
dependencies = [ |
|
|
"plotters-backend", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
version = "0.2.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
|
|
[[package]] |
|
|
name = "predicates" |
|
|
version = "3.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" |
|
|
dependencies = [ |
|
|
"anstyle", |
|
|
"difflib", |
|
|
"float-cmp", |
|
|
"itertools", |
|
|
"normalize-line-endings", |
|
|
"predicates-core", |
|
|
"regex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "predicates-core" |
|
|
version = "1.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
|
|
|
|
|
[[package]] |
|
|
name = "predicates-tree" |
|
|
version = "1.0.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
|
|
dependencies = [ |
|
|
"predicates-core", |
|
|
"termtree", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.66" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.33" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[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", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon" |
|
|
version = "1.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"rayon-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon-core" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
|
|
dependencies = [ |
|
|
"crossbeam-channel", |
|
|
"crossbeam-deque", |
|
|
"crossbeam-utils", |
|
|
"num_cpus", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex" |
|
|
version = "1.9.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-automata", |
|
|
"regex-syntax", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.3.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-syntax", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.7.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
|
|
|
|
|
[[package]] |
|
|
name = "rustix" |
|
|
version = "0.38.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bdf14a7a466ce88b5eac3da815b53aefc208ce7e74d1c263aabb04d88c4abeb1" |
|
|
dependencies = [ |
|
|
"bitflags 2.4.0", |
|
|
"errno", |
|
|
"libc", |
|
|
"linux-raw-sys", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
|
|
|
|
|
[[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 = "scopeguard" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
[[package]] |
|
|
name = "serde" |
|
|
version = "1.0.188" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_cbor" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" |
|
|
dependencies = [ |
|
|
"half", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.188" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.107" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "shell-words" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
|
|
|
|
|
[[package]] |
|
|
name = "siphasher" |
|
|
version = "0.3.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "1.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" |
|
|
|
|
|
[[package]] |
|
|
name = "stable_deref_trait" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
|
|
[[package]] |
|
|
name = "strsim" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "1.0.109" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "synstructure" |
|
|
version = "0.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
"unicode-xid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tempfile" |
|
|
version = "3.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"fastrand", |
|
|
"redox_syscall", |
|
|
"rustix", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "termcolor" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
|
|
dependencies = [ |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "termtree" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
|
|
|
|
|
[[package]] |
|
|
name = "textwrap" |
|
|
version = "0.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
dependencies = [ |
|
|
"unicode-width", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "1.0.49" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.49" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "time" |
|
|
version = "0.3.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"time-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "time-core" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
|
|
|
|
|
[[package]] |
|
|
name = "tinystr" |
|
|
version = "0.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219" |
|
|
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 = "unicode-ident" |
|
|
version = "1.0.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-width" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-xid" |
|
|
version = "0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode_names2" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38b2c0942619ae1797f999a0ce7efc6c09592ad30e68e16cdbfdcd48a98c3579" |
|
|
dependencies = [ |
|
|
"phf", |
|
|
"unicode_names2_generator", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicode_names2_generator" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4d0d66ab60be9799a70f8eb227ea43da7dcc47561dd9102cbadacfe0930113f7" |
|
|
dependencies = [ |
|
|
"getopts", |
|
|
"log", |
|
|
"phf_codegen", |
|
|
"rand", |
|
|
"time", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "utf16_iter" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "52df8b7fb78e7910d776fccf2e42ceaf3604d55e8e7eb2dbd183cb1441d8a692" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8_iter" |
|
|
version = "1.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8parse" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
|
|
|
[[package]] |
|
|
name = "version_check" |
|
|
version = "0.9.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
|
|
[[package]] |
|
|
name = "wait-timeout" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "walkdir" |
|
|
version = "2.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" |
|
|
dependencies = [ |
|
|
"same-file", |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasi" |
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.87" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"wasm-bindgen-macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-backend" |
|
|
version = "0.2.87" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"log", |
|
|
"once_cell", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.87" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.87" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
"wasm-bindgen-backend", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.87" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
|
|
|
|
|
[[package]] |
|
|
name = "web-sys" |
|
|
version = "0.3.64" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[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.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
|
dependencies = [ |
|
|
"winapi", |
|
|
] |
|
|
|
|
|
[[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-sys" |
|
|
version = "0.45.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
|
|
dependencies = [ |
|
|
"windows-targets 0.42.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.48.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
dependencies = [ |
|
|
"windows-targets 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.42.2", |
|
|
"windows_aarch64_msvc 0.42.2", |
|
|
"windows_i686_gnu 0.42.2", |
|
|
"windows_i686_msvc 0.42.2", |
|
|
"windows_x86_64_gnu 0.42.2", |
|
|
"windows_x86_64_gnullvm 0.42.2", |
|
|
"windows_x86_64_msvc 0.42.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
"windows_i686_gnu 0.48.5", |
|
|
"windows_i686_msvc 0.48.5", |
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.42.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.48.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
[[package]] |
|
|
name = "write16" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
|
|
|
|
|
[[package]] |
|
|
name = "writeable" |
|
|
version = "0.5.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2" |
|
|
|
|
|
[[package]] |
|
|
name = "yoke" |
|
|
version = "0.7.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"stable_deref_trait", |
|
|
"yoke-derive", |
|
|
"zerofrom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yoke-derive" |
|
|
version = "0.7.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" |
|
|
dependencies = [ |
|
|
"zerofrom-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom-derive" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zeroize" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e" |
|
|
dependencies = [ |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec-derive" |
|
|
version = "0.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn 2.0.31", |
|
|
] |
|
|
|