mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1984 lines
47 KiB
1984 lines
47 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
dependencies = [ |
|
"nodrop", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi", |
|
"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 = "boa_cli" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_interner", |
|
"clap 3.2.12", |
|
"colored", |
|
"jemallocator", |
|
"phf", |
|
"regex", |
|
"rustyline", |
|
"rustyline-derive", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "boa_engine" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"bitflags", |
|
"boa_gc", |
|
"boa_interner", |
|
"boa_profiler", |
|
"boa_unicode", |
|
"chrono", |
|
"criterion", |
|
"dyn-clone", |
|
"fast-float", |
|
"float-cmp", |
|
"gc", |
|
"icu_datetime", |
|
"icu_locale_canonicalizer", |
|
"icu_locid", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_testdata", |
|
"indexmap", |
|
"jemallocator", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"once_cell", |
|
"rand", |
|
"regress", |
|
"rustc-hash", |
|
"ryu-js", |
|
"serde", |
|
"serde_json", |
|
"sys-locale", |
|
"tap", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "boa_examples" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_gc", |
|
"gc", |
|
] |
|
|
|
[[package]] |
|
name = "boa_gc" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"gc", |
|
"measureme", |
|
] |
|
|
|
[[package]] |
|
name = "boa_interner" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"phf", |
|
"rustc-hash", |
|
"serde", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "boa_profiler" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"measureme", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "boa_tester" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"anyhow", |
|
"bitflags", |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_interner", |
|
"colored", |
|
"fxhash", |
|
"gc", |
|
"num-format", |
|
"once_cell", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"serde_yaml", |
|
"structopt", |
|
] |
|
|
|
[[package]] |
|
name = "boa_unicode" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"unicode-general-category", |
|
] |
|
|
|
[[package]] |
|
name = "boa_wasm" |
|
version = "0.15.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"getrandom", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
|
dependencies = [ |
|
"lazy_static", |
|
"memchr", |
|
"regex-automata", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a" |
|
dependencies = [ |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.73" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
dependencies = [ |
|
"libc", |
|
"num-integer", |
|
"num-traits", |
|
"time", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "2.34.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
dependencies = [ |
|
"ansi_term", |
|
"atty", |
|
"bitflags", |
|
"strsim 0.8.0", |
|
"textwrap 0.11.0", |
|
"unicode-width", |
|
"vec_map", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "3.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d" |
|
dependencies = [ |
|
"atty", |
|
"bitflags", |
|
"clap_derive", |
|
"clap_lex", |
|
"indexmap", |
|
"once_cell", |
|
"strsim 0.10.0", |
|
"termcolor", |
|
"textwrap 0.15.0", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "3.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" |
|
dependencies = [ |
|
"heck 0.4.0", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" |
|
dependencies = [ |
|
"os_str_bytes", |
|
] |
|
|
|
[[package]] |
|
name = "clipboard-win" |
|
version = "4.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db" |
|
dependencies = [ |
|
"error-code", |
|
"str-buf", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "colored" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
|
dependencies = [ |
|
"atty", |
|
"lazy_static", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" |
|
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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57" |
|
dependencies = [ |
|
"cast", |
|
"itertools", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"memoffset", |
|
"once_cell", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "cstr_core" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "644828c273c063ab0d39486ba42a5d1f3a499d35529c759e763a9c6cb8a0fb08" |
|
dependencies = [ |
|
"cty", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "csv" |
|
version = "1.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" |
|
dependencies = [ |
|
"bstr", |
|
"csv-core", |
|
"itoa 0.4.8", |
|
"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 = "cty" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" |
|
|
|
[[package]] |
|
name = "dirs-next" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
|
dependencies = [ |
|
"cfg-if", |
|
"dirs-sys-next", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys-next" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "dyn-clone" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "435217f1b2d06f00513185fb991cd426271d9e4c3a9d9b25b919b8e5a03b282d" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
|
|
[[package]] |
|
name = "endian-type" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
|
dependencies = [ |
|
"errno-dragonfly", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[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 = "error-code" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" |
|
dependencies = [ |
|
"libc", |
|
"str-buf", |
|
] |
|
|
|
[[package]] |
|
name = "fast-float" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" |
|
|
|
[[package]] |
|
name = "fd-lock" |
|
version = "3.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46e245f4c8ec30c6415c56cb132c07e69e74f1942f6b4a4061da748b49f486ca" |
|
dependencies = [ |
|
"cfg-if", |
|
"rustix", |
|
"windows-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fixed_decimal" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa523feb405bd9fd25daafb500a48112156a8c15860d18451190e8701500e863" |
|
dependencies = [ |
|
"displaydoc", |
|
"smallvec", |
|
"static_assertions", |
|
"writeable", |
|
] |
|
|
|
[[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 = "fs_extra" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" |
|
|
|
[[package]] |
|
name = "fxhash" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "gc" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3edaac0f5832202ebc99520cb77c932248010c4645d20be1dc62d6579f5b3752" |
|
dependencies = [ |
|
"gc_derive", |
|
] |
|
|
|
[[package]] |
|
name = "gc_derive" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60df8444f094ff7885631d80e78eb7d88c3c2361a98daaabb06256e4500db941" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "1.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "icu_calendar" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c0d5e4d859bd991761ead59f6c8745d3cf3443c1c6c9bf6c5131b3ac8cf3c09" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_datetime" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "683f1ef5f2d28919f374030942274e0576e4f09c2d2735092899eb8dc1842c9d" |
|
dependencies = [ |
|
"displaydoc", |
|
"either", |
|
"icu_calendar", |
|
"icu_locid", |
|
"icu_plurals", |
|
"icu_provider", |
|
"litemap", |
|
"serde", |
|
"smallvec", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locale_canonicalizer" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "973942d4e8c01fac1839feb537f4933514236585f418125963ff78d4004eebfd" |
|
dependencies = [ |
|
"icu_locid", |
|
"icu_provider", |
|
"litemap", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a47bdfb63c6b49f5c43fb7ba358edcd1422fdf2e8df6fe26ece0df4925333cd" |
|
dependencies = [ |
|
"displaydoc", |
|
"litemap", |
|
"serde", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_plurals" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01a725b9ebe4910eb1bcc65a3a4c3262c6cc2ebd327a63df9f6d18ee53acee5f" |
|
dependencies = [ |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7fbd7ffd479fdbbc366334a82821dc50d9f80b758389393374e9b36ff159f1a" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"litemap", |
|
"postcard", |
|
"serde", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_blob" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "474b884a565f7ec52a26754a8b57646c128195e7af629caa52317ef6674e3e0d" |
|
dependencies = [ |
|
"icu_provider", |
|
"postcard", |
|
"serde", |
|
"writeable", |
|
"yoke", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71e3ab0b492dcc1416f2f16142596467382ed70bdbfaee51c83e086b1ce0e75c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "icu_testdata" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5580eeaa6ea70b94f286120ffcfb70f75ac8d759d95ccf6223a3c479ff99285" |
|
dependencies = [ |
|
"icu_provider", |
|
"icu_provider_blob", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "io-lifetimes" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9448015e586b611e5d322f6703812bbca2f1e709d5773ecd38ddb4e3bb649504" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
[[package]] |
|
name = "jemalloc-sys" |
|
version = "0.5.0+5.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b" |
|
dependencies = [ |
|
"cc", |
|
"fs_extra", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "jemallocator" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6" |
|
dependencies = [ |
|
"jemalloc-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27" |
|
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.126" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" |
|
|
|
[[package]] |
|
name = "linked-hash-map" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.0.46" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78d268a51abaaee3b8686e56396eb725b0da510bddd266a52e784aa1029dae73" |
|
dependencies = [ |
|
"serde", |
|
"yoke", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "measureme" |
|
version = "10.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbdc226fa10994e8f66a4d2f6f000148bc563a1c671b6dcd2135737018033d8a" |
|
dependencies = [ |
|
"log", |
|
"memmap2", |
|
"parking_lot", |
|
"perf-event-open-sys", |
|
"rustc-hash", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
|
|
[[package]] |
|
name = "memmap2" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "nibble_vec" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.23.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" |
|
dependencies = [ |
|
"bitflags", |
|
"cc", |
|
"cfg-if", |
|
"libc", |
|
"memoffset", |
|
] |
|
|
|
[[package]] |
|
name = "nodrop" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "num-format" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" |
|
dependencies = [ |
|
"arrayvec", |
|
"itoa 0.4.8", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
|
|
|
[[package]] |
|
name = "os_str_bytes" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
|
dependencies = [ |
|
"instant", |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" |
|
dependencies = [ |
|
"cfg-if", |
|
"instant", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "perf-event-open-sys" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
|
dependencies = [ |
|
"phf_macros", |
|
"phf_shared", |
|
"proc-macro-hack", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_macros" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
"proc-macro-hack", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "plotters" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a" |
|
dependencies = [ |
|
"num-traits", |
|
"plotters-backend", |
|
"plotters-svg", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "plotters-backend" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c" |
|
|
|
[[package]] |
|
name = "plotters-svg" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9" |
|
dependencies = [ |
|
"plotters-backend", |
|
] |
|
|
|
[[package]] |
|
name = "postcard" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a25c0b0ae06fcffe600ad392aabfa535696c8973f2253d9ac83171924c58a858" |
|
dependencies = [ |
|
"postcard-cobs", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "postcard-cobs" |
|
version = "0.1.5-pre" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c68cb38ed13fd7bc9dd5db8f165b7c8d9c1a315104083a2b10f11354c2af97f" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" |
|
|
|
[[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", |
|
"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-macro-hack" |
|
version = "0.5.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.39" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "radix_trie" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" |
|
dependencies = [ |
|
"endian-type", |
|
"nibble_vec", |
|
] |
|
|
|
[[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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" |
|
dependencies = [ |
|
"autocfg", |
|
"crossbeam-deque", |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
|
dependencies = [ |
|
"getrandom", |
|
"redox_syscall", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" |
|
|
|
[[package]] |
|
name = "regress" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a92ff21fe8026ce3f2627faaf43606f0b67b014dbc9ccf027181a804f75d92e" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.34.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2079c267b8394eb529872c3cf92e181c378b41fea36e68130357b52493701d2e" |
|
dependencies = [ |
|
"bitflags", |
|
"errno", |
|
"io-lifetimes", |
|
"libc", |
|
"linux-raw-sys", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline" |
|
version = "9.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"clipboard-win", |
|
"dirs-next", |
|
"fd-lock", |
|
"libc", |
|
"log", |
|
"memchr", |
|
"nix", |
|
"radix_trie", |
|
"scopeguard", |
|
"smallvec", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
"utf8parse", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline-derive" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "107c3d5d7f370ac09efa62a78375f94d94b8a33c61d8c278b96683fb4dbf2d8d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" |
|
|
|
[[package]] |
|
name = "ryu-js" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" |
|
|
|
[[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.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.139" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" |
|
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.139" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.82" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" |
|
dependencies = [ |
|
"itoa 1.0.2", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.8.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" |
|
dependencies = [ |
|
"indexmap", |
|
"ryu", |
|
"serde", |
|
"yaml-rust", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "str-buf" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
[[package]] |
|
name = "structopt" |
|
version = "0.3.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" |
|
dependencies = [ |
|
"clap 2.34.0", |
|
"lazy_static", |
|
"structopt-derive", |
|
] |
|
|
|
[[package]] |
|
name = "structopt-derive" |
|
version = "0.4.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" |
|
dependencies = [ |
|
"heck 0.3.3", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.96" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "sys-locale" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "658ee915b6c7b73ec4c1ffcd838506b5c5a4087eadc1ec8f862f1066cf2c8132" |
|
dependencies = [ |
|
"cc", |
|
"cstr_core", |
|
"js-sys", |
|
"libc", |
|
"wasm-bindgen", |
|
"web-sys", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a34eb32d8589368c99f8d6c0b9be3d09480d992da08c5990702b3e6b9260af8" |
|
dependencies = [ |
|
"displaydoc", |
|
"serde", |
|
"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 = "tinyvec" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
[[package]] |
|
name = "unicode-general-category" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1218098468b8085b19a2824104c70d976491d247ce194bbd9dc77181150cdfd6" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" |
|
|
|
[[package]] |
|
name = "utf8parse" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
|
dependencies = [ |
|
"same-file", |
|
"winapi", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
[[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.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90" |
|
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.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a" |
|
dependencies = [ |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.30.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1" |
|
|
|
[[package]] |
|
name = "writeable" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae065fb2b24446a45c2bea0fe256b4ca54032661ee72d2500aaadeeec41b8e4e" |
|
|
|
[[package]] |
|
name = "yaml-rust" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" |
|
dependencies = [ |
|
"linked-hash-map", |
|
] |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a829d54286b35cf07cbf9d8de817387ba4de20286e59214e67eaad5124b620a1" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "768f11e61cfb57f5de25941c877571dde114de48cac204594cc72beb71073d9f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aed578cc7fa1c85290bdaca18fa5ac8a9365ddd9ed54af4380a6c5e13d9fc484" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8785f47d6062c1932866147f91297286a9f350b3070e9d9f0b6078e37d623c1a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c1b475ff48237bf7281cfa1721a52f0ad7f95ede1a46385e555870a354afc45" |
|
dependencies = [ |
|
"serde", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd14fd397ea1b593c9c97a35d4da3dfb3a0ac7a1cad0e7f9e1b4bc313d1787e9" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
]
|
|
|