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.
5300 lines
125 KiB
5300 lines
125 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" |
|
dependencies = [ |
|
"gimli 0.27.2", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"cipher", |
|
"cpufeatures", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
|
dependencies = [ |
|
"getrandom", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "anes" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
[[package]] |
|
name = "anstream" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371" |
|
dependencies = [ |
|
"anstyle", |
|
"anstyle-parse", |
|
"anstyle-query", |
|
"anstyle-wincon", |
|
"colorchoice", |
|
"is-terminal", |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" |
|
|
|
[[package]] |
|
name = "anstyle-parse" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" |
|
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 = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd" |
|
dependencies = [ |
|
"anstyle", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "arbitrary" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" |
|
dependencies = [ |
|
"derive_arbitrary", |
|
] |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-executor" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" |
|
dependencies = [ |
|
"async-lock", |
|
"async-task", |
|
"concurrent-queue", |
|
"fastrand", |
|
"futures-lite", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "async-fs" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" |
|
dependencies = [ |
|
"async-lock", |
|
"autocfg", |
|
"blocking", |
|
"futures-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-io" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" |
|
dependencies = [ |
|
"async-lock", |
|
"autocfg", |
|
"cfg-if 1.0.0", |
|
"concurrent-queue", |
|
"futures-lite", |
|
"log", |
|
"parking", |
|
"polling", |
|
"rustix", |
|
"slab", |
|
"socket2", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" |
|
dependencies = [ |
|
"event-listener", |
|
] |
|
|
|
[[package]] |
|
name = "async-net" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" |
|
dependencies = [ |
|
"async-io", |
|
"autocfg", |
|
"blocking", |
|
"futures-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-process" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9" |
|
dependencies = [ |
|
"async-io", |
|
"async-lock", |
|
"autocfg", |
|
"blocking", |
|
"cfg-if 1.0.0", |
|
"event-listener", |
|
"futures-lite", |
|
"rustix", |
|
"signal-hook", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "4.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" |
|
|
|
[[package]] |
|
name = "atomic-polyfill" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c314e70d181aa6053b26e3f7fbf86d1dfff84f816a6175b967666b3506ef7289" |
|
dependencies = [ |
|
"critical-section", |
|
] |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" |
|
|
|
[[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 = "backtrace" |
|
version = "0.3.67" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" |
|
dependencies = [ |
|
"addr2line", |
|
"cc", |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"miniz_oxide", |
|
"object 0.30.3", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "base-x" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
|
|
|
[[package]] |
|
name = "base64ct" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
[[package]] |
|
name = "basic-toml" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bincode" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "blocking" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65" |
|
dependencies = [ |
|
"async-channel", |
|
"async-lock", |
|
"async-task", |
|
"atomic-waker", |
|
"fastrand", |
|
"futures-lite", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "boa_ast" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"bitflags 2.3.1", |
|
"boa_interner", |
|
"boa_macros", |
|
"indexmap", |
|
"num-bigint", |
|
"rustc-hash", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "boa_cli" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_ast", |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_interner", |
|
"boa_parser", |
|
"boa_runtime", |
|
"clap 4.3.0", |
|
"colored", |
|
"jemallocator", |
|
"phf", |
|
"pollster", |
|
"regex", |
|
"rustyline", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "boa_engine" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"bitflags 2.3.1", |
|
"boa_ast", |
|
"boa_gc", |
|
"boa_icu_provider", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_parser", |
|
"boa_profiler", |
|
"chrono", |
|
"criterion", |
|
"dashmap", |
|
"fast-float", |
|
"float-cmp", |
|
"icu_calendar", |
|
"icu_casemapping", |
|
"icu_collator", |
|
"icu_datetime", |
|
"icu_list", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_segmenter", |
|
"indexmap", |
|
"indoc", |
|
"itertools", |
|
"jemallocator", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"num_enum", |
|
"once_cell", |
|
"pollster", |
|
"rand", |
|
"regress", |
|
"rustc-hash", |
|
"ryu-js", |
|
"serde", |
|
"serde_json", |
|
"sptr", |
|
"static_assertions", |
|
"sys-locale", |
|
"tap", |
|
"textwrap", |
|
"thin-vec", |
|
"thiserror", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "boa_examples" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_ast", |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_interner", |
|
"boa_parser", |
|
"boa_runtime", |
|
"futures-util", |
|
"smol", |
|
] |
|
|
|
[[package]] |
|
name = "boa_gc" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_macros", |
|
"boa_profiler", |
|
"thin-vec", |
|
] |
|
|
|
[[package]] |
|
name = "boa_icu_provider" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"icu_casemapping", |
|
"icu_collections", |
|
"icu_datagen", |
|
"icu_normalizer", |
|
"icu_properties", |
|
"icu_provider", |
|
"icu_provider_adapters", |
|
"icu_provider_blob", |
|
"log", |
|
"once_cell", |
|
"simple_logger", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "boa_interner" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"boa_gc", |
|
"boa_macros", |
|
"hashbrown 0.13.2", |
|
"indexmap", |
|
"once_cell", |
|
"phf", |
|
"rustc-hash", |
|
"serde", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "boa_macros" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
"synstructure 0.13.0", |
|
] |
|
|
|
[[package]] |
|
name = "boa_macros_tests" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_macros", |
|
"trybuild", |
|
] |
|
|
|
[[package]] |
|
name = "boa_parser" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"bitflags 2.3.1", |
|
"boa_ast", |
|
"boa_icu_provider", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_profiler", |
|
"fast-float", |
|
"icu_properties", |
|
"num-bigint", |
|
"num-traits", |
|
"once_cell", |
|
"regress", |
|
"rustc-hash", |
|
] |
|
|
|
[[package]] |
|
name = "boa_profiler" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"measureme", |
|
"once_cell", |
|
"rustc-hash", |
|
] |
|
|
|
[[package]] |
|
name = "boa_runtime" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_gc", |
|
"indoc", |
|
"rustc-hash", |
|
"textwrap", |
|
] |
|
|
|
[[package]] |
|
name = "boa_tester" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"bitflags 2.3.1", |
|
"boa_engine", |
|
"boa_gc", |
|
"clap 4.3.0", |
|
"color-eyre", |
|
"colored", |
|
"comfy-table", |
|
"fxhash", |
|
"once_cell", |
|
"phf", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"serde_repr", |
|
"serde_yaml", |
|
"toml 0.7.4", |
|
] |
|
|
|
[[package]] |
|
name = "boa_unicode" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"unicode-general-category", |
|
] |
|
|
|
[[package]] |
|
name = "boa_wasm" |
|
version = "0.16.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"chrono", |
|
"getrandom", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" |
|
|
|
[[package]] |
|
name = "bytecheck" |
|
version = "0.6.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f" |
|
dependencies = [ |
|
"bytecheck_derive", |
|
"ptr_meta", |
|
"simdutf8", |
|
] |
|
|
|
[[package]] |
|
name = "bytecheck_derive" |
|
version = "0.6.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
|
|
|
[[package]] |
|
name = "bzip2" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
|
dependencies = [ |
|
"bzip2-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "bzip2-sys" |
|
version = "0.1.11+1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "cached-path" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "097968e38f1319207f057d0f4d76452e4f4f847a5de61c5215379f297fa034f3" |
|
dependencies = [ |
|
"flate2", |
|
"fs2", |
|
"glob", |
|
"indicatif", |
|
"log", |
|
"rand", |
|
"reqwest", |
|
"serde", |
|
"serde_json", |
|
"sha2", |
|
"tar", |
|
"tempfile", |
|
"thiserror", |
|
"zip", |
|
] |
|
|
|
[[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.79" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
|
dependencies = [ |
|
"jobserver", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[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.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-traits", |
|
"time 0.1.45", |
|
"wasm-bindgen", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "ciborium" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" |
|
dependencies = [ |
|
"ciborium-io", |
|
"ciborium-ll", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ciborium-io" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" |
|
|
|
[[package]] |
|
name = "ciborium-ll" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" |
|
dependencies = [ |
|
"ciborium-io", |
|
"half", |
|
] |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "3.2.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"clap_lex 0.2.4", |
|
"indexmap", |
|
"textwrap", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "4.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" |
|
dependencies = [ |
|
"clap_builder", |
|
"clap_derive", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "clap_builder" |
|
version = "4.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"bitflags 1.3.2", |
|
"clap_lex 0.5.0", |
|
"strsim", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "4.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
|
dependencies = [ |
|
"os_str_bytes", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" |
|
|
|
[[package]] |
|
name = "clipboard-win" |
|
version = "4.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" |
|
dependencies = [ |
|
"error-code", |
|
"str-buf", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "cobs" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" |
|
|
|
[[package]] |
|
name = "codespan-reporting" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
|
dependencies = [ |
|
"termcolor", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "color-eyre" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" |
|
dependencies = [ |
|
"backtrace", |
|
"color-spantrace", |
|
"eyre", |
|
"indenter", |
|
"once_cell", |
|
"owo-colors", |
|
"tracing-error", |
|
] |
|
|
|
[[package]] |
|
name = "color-spantrace" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" |
|
dependencies = [ |
|
"once_cell", |
|
"owo-colors", |
|
"tracing-core", |
|
"tracing-error", |
|
] |
|
|
|
[[package]] |
|
name = "colorchoice" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
[[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 = "comfy-table" |
|
version = "6.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba" |
|
dependencies = [ |
|
"crossterm", |
|
"strum", |
|
"strum_macros", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "concurrent-queue" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" |
|
dependencies = [ |
|
"encode_unicode", |
|
"lazy_static", |
|
"libc", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "const_fn" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
[[package]] |
|
name = "corosensei" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9847f90f32a50b0dcbd68bc23ff242798b13080b97b0569f6ed96a45ce4cf2cd" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"scopeguard", |
|
"windows-sys 0.33.0", |
|
] |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" |
|
dependencies = [ |
|
"anes", |
|
"atty", |
|
"cast", |
|
"ciborium", |
|
"clap 3.2.23", |
|
"criterion-plot", |
|
"itertools", |
|
"lazy_static", |
|
"num-traits", |
|
"oorandom", |
|
"plotters", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"tinytemplate", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "criterion-plot" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
dependencies = [ |
|
"cast", |
|
"itertools", |
|
] |
|
|
|
[[package]] |
|
name = "critical-section" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" |
|
|
|
[[package]] |
|
name = "crlify" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61d949bc6625db810f1828a7508855176cf62d623e8c3ed693356313ea602696" |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"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 1.0.0", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 1.0.0", |
|
"crossbeam-utils", |
|
"memoffset 0.8.0", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "crossterm" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"crossterm_winapi", |
|
"libc", |
|
"mio", |
|
"parking_lot 0.12.1", |
|
"signal-hook", |
|
"signal-hook-mio", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "crossterm_winapi" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "cxx" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" |
|
dependencies = [ |
|
"cc", |
|
"cxxbridge-flags", |
|
"cxxbridge-macro", |
|
"link-cplusplus", |
|
] |
|
|
|
[[package]] |
|
name = "cxx-build" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" |
|
dependencies = [ |
|
"cc", |
|
"codespan-reporting", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"scratch", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "cxxbridge-flags" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" |
|
|
|
[[package]] |
|
name = "cxxbridge-macro" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[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", |
|
"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 = "dashmap" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"hashbrown 0.12.3", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core 0.9.7", |
|
] |
|
|
|
[[package]] |
|
name = "databake" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3feab871d671ecc2e912e83e3a64b9b3343a224c86b999334c4c99b07cf07f52" |
|
dependencies = [ |
|
"databake-derive", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "databake-derive" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8b3072996668063c5fe00fcef85ee766fc01113f2fdd5e8a31d5ebae260c091" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "deduplicating_array" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b5426e8a7610ceca8b2f2c40a25ddd4476606c96a0c1e3524fdfdbeb64c1331" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "derive_arbitrary" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3cdeb9ec472d588e539a818b2dee436825730da08ad0017c4b1a17676bdc8b7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
|
dependencies = [ |
|
"block-buffer", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-next" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"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 = "discard" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "dynasm" |
|
version = "1.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"byteorder", |
|
"lazy_static", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "dynasmrt" |
|
version = "1.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9" |
|
dependencies = [ |
|
"byteorder", |
|
"dynasm", |
|
"memmap2 0.5.10", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
|
|
|
[[package]] |
|
name = "elsa" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5e0aca8dce8856e420195bd13b6a64de3334235ccc9214e824b86b12bf26283" |
|
dependencies = [ |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "encode_unicode" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "endian-type" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" |
|
|
|
[[package]] |
|
name = "enum-iterator" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6" |
|
dependencies = [ |
|
"enum-iterator-derive", |
|
] |
|
|
|
[[package]] |
|
name = "enum-iterator-derive" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "enumset" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753" |
|
dependencies = [ |
|
"enumset_derive", |
|
] |
|
|
|
[[package]] |
|
name = "enumset_derive" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "erased-serde" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
|
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 = "error-code" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" |
|
dependencies = [ |
|
"libc", |
|
"str-buf", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "2.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
|
[[package]] |
|
name = "eyre" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" |
|
dependencies = [ |
|
"indenter", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "fallible-iterator" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
|
|
|
[[package]] |
|
name = "fast-float" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
|
dependencies = [ |
|
"instant", |
|
] |
|
|
|
[[package]] |
|
name = "fd-lock" |
|
version = "3.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"rustix", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"redox_syscall 0.2.16", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "fixed_decimal" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c9eab2dd2aadbc55056ed228ccc4be42d07cd61aee72d48768f8ac2e4ab7d54" |
|
dependencies = [ |
|
"displaydoc", |
|
"smallvec", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[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 = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "fs2" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
|
dependencies = [ |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" |
|
dependencies = [ |
|
"fastrand", |
|
"futures-core", |
|
"futures-io", |
|
"memchr", |
|
"parking", |
|
"pin-project-lite", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "fxhash" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "generational-arena" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.26.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
|
dependencies = [ |
|
"fallible-iterator", |
|
"indexmap", |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.27.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http", |
|
"indexmap", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "1.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
|
dependencies = [ |
|
"ahash 0.7.6", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
dependencies = [ |
|
"ahash 0.7.6", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
dependencies = [ |
|
"ahash 0.8.3", |
|
] |
|
|
|
[[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.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
|
dependencies = [ |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes", |
|
"hyper", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.56" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" |
|
dependencies = [ |
|
"cxx", |
|
"cxx-build", |
|
] |
|
|
|
[[package]] |
|
name = "icu_calendar" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dee1e8c25ed44743d03e2d58ca1c0226786dc1aac1f9cb27485e2da2de5e0918" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_casemapping" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44be22dcbc418f34dbf0fc444a538fdeac5bd52c8688ad6f328603a90af9c2e0" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"yoke", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_codepointtrie_builder" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f848e681eee3907b3a5ecda6f1e6ce47e50cbafad37c5e85d2135e52bc481e80" |
|
dependencies = [ |
|
"icu_collections", |
|
"lazy_static", |
|
"toml 0.5.11", |
|
"wasmer", |
|
"wasmer-wasi", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collator" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "088882827079b243dc01883f92290dd3952b656faddc7a2972e6d3ab47e1fc7a" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_normalizer", |
|
"icu_properties", |
|
"icu_provider", |
|
"serde", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef8302d8dfd6044d3ddb3f807a5ef3d7bbca9a574959c6d6e4dc39aa7012d0d5" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"serde", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_compactdecimal" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5beccaf2a6328d0860a8bca9b20d84a70af7c7d09536fa184f0c4401d044b57" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_decimal", |
|
"icu_plurals", |
|
"icu_provider", |
|
"serde", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_datagen" |
|
version = "1.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3533f2d19ca2842eec28f8ba60bc6cd0053a6215e97b19ffe74256cd347e5e0f" |
|
dependencies = [ |
|
"cached-path", |
|
"clap 4.3.0", |
|
"crlify", |
|
"databake", |
|
"displaydoc", |
|
"elsa", |
|
"eyre", |
|
"icu_calendar", |
|
"icu_casemapping", |
|
"icu_codepointtrie_builder", |
|
"icu_collator", |
|
"icu_collections", |
|
"icu_compactdecimal", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_displaynames", |
|
"icu_list", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_properties", |
|
"icu_provider", |
|
"icu_provider_adapters", |
|
"icu_provider_blob", |
|
"icu_provider_fs", |
|
"icu_relativetime", |
|
"icu_segmenter", |
|
"icu_timezone", |
|
"itertools", |
|
"lazy_static", |
|
"log", |
|
"ndarray", |
|
"proc-macro2", |
|
"quote", |
|
"rayon", |
|
"serde", |
|
"serde-aux", |
|
"serde_json", |
|
"simple_logger", |
|
"syn 1.0.109", |
|
"tinystr", |
|
"toml 0.5.11", |
|
"writeable", |
|
"zerovec", |
|
"zip", |
|
] |
|
|
|
[[package]] |
|
name = "icu_datetime" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72d61014bb8604505baa84ed522aa039951bd81177828d165e80ea8a0543c8a7" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"either", |
|
"fixed_decimal", |
|
"icu_calendar", |
|
"icu_decimal", |
|
"icu_locid", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_timezone", |
|
"litemap", |
|
"serde", |
|
"smallvec", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_decimal" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "839d40602460578482205f1def416a6442cf29a24dc366aa8cf8d9f95a53c9d2" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_displaynames" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a689e3da02298e6681cda6d02e30bb449f46e941664e5f372a64c15bf934369" |
|
dependencies = [ |
|
"databake", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_list" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd7ba7442d9235b689d4fdce17c452ea229934980fd81ba50cc28275752c9f90" |
|
dependencies = [ |
|
"databake", |
|
"deduplicating_array", |
|
"displaydoc", |
|
"icu_provider", |
|
"regex-automata", |
|
"serde", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"litemap", |
|
"serde", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid_transform" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd89f392982141a878a9321c9298cce46d14e1c17efc5f428dbfd96b443e57d0" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "652869735c9fb9f5a64ba180ee16f2c848390469c116deef517ecc53f4343598" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_properties", |
|
"icu_provider", |
|
"serde", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"write16", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_plurals" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a18fbe19656b3cbae9a40a27b0303f06b2b51165e3b06d596dfdff8f06bfce9a" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce0e1aa26851f16c9e04412a5911c86b7f8768dac8f8d4c5f1c568a7e5d7a434" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305" |
|
dependencies = [ |
|
"bincode", |
|
"databake", |
|
"displaydoc", |
|
"erased-serde", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"log", |
|
"postcard", |
|
"serde", |
|
"serde_json", |
|
"stable_deref_trait", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_adapters" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3" |
|
dependencies = [ |
|
"databake", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"yoke", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_blob" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd364c9a01f791a4bc04a74cf2a1d01d9f6926a40fd5ae1c28004e1e70d8338b" |
|
dependencies = [ |
|
"icu_provider", |
|
"log", |
|
"postcard", |
|
"serde", |
|
"writeable", |
|
"yoke", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_fs" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b861a88223338dcb70466b04918f1d8bc136575e6d252d1dc349ef4848d388e1" |
|
dependencies = [ |
|
"bincode", |
|
"crlify", |
|
"displaydoc", |
|
"icu_provider", |
|
"log", |
|
"postcard", |
|
"serde", |
|
"serde-json-core", |
|
"serde_json", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "icu_relativetime" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28810733e575bda56b7b20581b202908138125904ed87fd5c3db242a79232471" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_decimal", |
|
"icu_plurals", |
|
"icu_provider", |
|
"serde", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_segmenter" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3300a7b6bf187be98a57264ad094f11f2e062c2e8263132af010ff522ee5495" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_provider", |
|
"num-traits", |
|
"serde", |
|
"utf8_iter", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_timezone" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e22da75a450de2d54161838efa9e1a1f5baa7bc1fffdb015f260e0992b01977" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_calendar", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "indenter" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown 0.12.3", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "indicatif" |
|
version = "0.16.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" |
|
dependencies = [ |
|
"console", |
|
"lazy_static", |
|
"number_prefix", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "indoc" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "io-lifetimes" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" |
|
dependencies = [ |
|
"hermit-abi 0.3.1", |
|
"libc", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" |
|
|
|
[[package]] |
|
name = "is-terminal" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" |
|
dependencies = [ |
|
"hermit-abi 0.3.1", |
|
"io-lifetimes", |
|
"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.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
|
|
|
[[package]] |
|
name = "jemalloc-sys" |
|
version = "0.5.3+5.3.0-patched" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1" |
|
dependencies = [ |
|
"cc", |
|
"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 = "jobserver" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
|
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 = "leb128" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.142" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" |
|
|
|
[[package]] |
|
name = "libloading" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" |
|
|
|
[[package]] |
|
name = "link-cplusplus" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" |
|
|
|
[[package]] |
|
name = "loupe" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d" |
|
dependencies = [ |
|
"indexmap", |
|
"loupe-derive", |
|
"rustversion", |
|
] |
|
|
|
[[package]] |
|
name = "loupe-derive" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952" |
|
dependencies = [ |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "mach" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "matrixmultiply" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb99c395ae250e1bf9133673f03ca9f97b7e71b705436bf8f089453445d1e9fe" |
|
dependencies = [ |
|
"rawpointer", |
|
] |
|
|
|
[[package]] |
|
name = "measureme" |
|
version = "10.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1930d162935fecd56fc4e0f6729eb3483bac1264542eb4ea31570b86a434b6bc" |
|
dependencies = [ |
|
"log", |
|
"memmap2 0.2.3", |
|
"parking_lot 0.11.2", |
|
"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 = "memmap2" |
|
version = "0.5.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
|
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 = "memoffset" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" |
|
dependencies = [ |
|
"libc", |
|
"log", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "more-asserts" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389" |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "ndarray" |
|
version = "0.15.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
|
dependencies = [ |
|
"matrixmultiply", |
|
"num-complex", |
|
"num-integer", |
|
"num-traits", |
|
"rawpointer", |
|
] |
|
|
|
[[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.26.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
dependencies = [ |
|
"arbitrary", |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[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", |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
|
dependencies = [ |
|
"hermit-abi 0.2.6", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "num_threads" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "number_prefix" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.28.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" |
|
dependencies = [ |
|
"crc32fast", |
|
"hashbrown 0.11.2", |
|
"indexmap", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.30.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.17.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" |
|
dependencies = [ |
|
"atomic-polyfill", |
|
"critical-section", |
|
] |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.51" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97ea2d98598bf9ada7ea6ee8a30fb74f9156b63bbe495d64ec2b87c269d2dda3" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"cfg-if 1.0.0", |
|
"foreign-types", |
|
"libc", |
|
"once_cell", |
|
"openssl-macros", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "os_str_bytes" |
|
version = "6.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" |
|
|
|
[[package]] |
|
name = "owo-colors" |
|
version = "3.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" |
|
|
|
[[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 0.8.6", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core 0.9.7", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"instant", |
|
"libc", |
|
"redox_syscall 0.2.16", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"redox_syscall 0.2.16", |
|
"smallvec", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "password-hash" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" |
|
dependencies = [ |
|
"base64ct", |
|
"rand_core", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" |
|
dependencies = [ |
|
"digest", |
|
"hmac", |
|
"password-hash", |
|
"sha2", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" |
|
|
|
[[package]] |
|
name = "perf-event-open-sys" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" |
|
dependencies = [ |
|
"phf_macros", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_macros" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
|
|
|
[[package]] |
|
name = "plotters" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" |
|
dependencies = [ |
|
"num-traits", |
|
"plotters-backend", |
|
"plotters-svg", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "plotters-backend" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" |
|
|
|
[[package]] |
|
name = "plotters-svg" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" |
|
dependencies = [ |
|
"plotters-backend", |
|
] |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" |
|
dependencies = [ |
|
"autocfg", |
|
"bitflags 1.3.2", |
|
"cfg-if 1.0.0", |
|
"concurrent-queue", |
|
"libc", |
|
"log", |
|
"pin-project-lite", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "pollster" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" |
|
|
|
[[package]] |
|
name = "postcard" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfa512cd0d087cc9f99ad30a1bf64795b67871edbead083ffc3a4dfafa59aa00" |
|
dependencies = [ |
|
"cobs", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
|
dependencies = [ |
|
"once_cell", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
dependencies = [ |
|
"proc-macro-error-attr", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-hack" |
|
version = "0.5.20+deprecated" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.59" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "ptr_meta" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
|
dependencies = [ |
|
"ptr_meta_derive", |
|
] |
|
|
|
[[package]] |
|
name = "ptr_meta_derive" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" |
|
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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rawpointer" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
|
|
|
[[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.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[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 = "redox_users" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
|
dependencies = [ |
|
"getrandom", |
|
"redox_syscall 0.2.16", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
|
dependencies = [ |
|
"memchr", |
|
"regex-syntax 0.6.29", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" |
|
|
|
[[package]] |
|
name = "region" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"libc", |
|
"mach", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "regress" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb" |
|
dependencies = [ |
|
"hashbrown 0.13.2", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "rend" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" |
|
dependencies = [ |
|
"bytecheck", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" |
|
dependencies = [ |
|
"base64", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-tls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "rkyv" |
|
version = "0.7.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e" |
|
dependencies = [ |
|
"bytecheck", |
|
"hashbrown 0.12.3", |
|
"ptr_meta", |
|
"rend", |
|
"rkyv_derive", |
|
"seahash", |
|
] |
|
|
|
[[package]] |
|
name = "rkyv_derive" |
|
version = "0.7.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
|
[[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.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.37.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"errno", |
|
"io-lifetimes", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" |
|
|
|
[[package]] |
|
name = "rustyline" |
|
version = "11.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"cfg-if 1.0.0", |
|
"clipboard-win", |
|
"dirs-next", |
|
"fd-lock", |
|
"libc", |
|
"log", |
|
"memchr", |
|
"nix", |
|
"radix_trie", |
|
"rustyline-derive", |
|
"scopeguard", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
"utf8parse", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline-derive" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8218eaf5d960e3c478a1b0f129fa888dd3d8d22eb3de097e9af14c1ab4438024" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
|
|
|
[[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 = "schannel" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" |
|
dependencies = [ |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "scratch" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" |
|
|
|
[[package]] |
|
name = "seahash" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.163" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde-aux" |
|
version = "4.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3dfe1b7eb6f9dcf011bd6fad169cdeaae75eda0d61b1a99a3f015b41b0cae39" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "serde-json-core" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781" |
|
dependencies = [ |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_bytes" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.163" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.96" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_repr" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.9.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" |
|
dependencies = [ |
|
"indexmap", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
"unsafe-libyaml", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" |
|
dependencies = [ |
|
"sha1_smol", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sha1_smol" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-mio" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" |
|
dependencies = [ |
|
"libc", |
|
"mio", |
|
"signal-hook", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "simdutf8" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
|
|
|
[[package]] |
|
name = "simple_logger" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e78beb34673091ccf96a8816fce8bfd30d1292c7621ca2bcb5f2ba0fae4f558d" |
|
dependencies = [ |
|
"atty", |
|
"colored", |
|
"log", |
|
"time 0.3.20", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "smawk" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" |
|
|
|
[[package]] |
|
name = "smol" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" |
|
dependencies = [ |
|
"async-channel", |
|
"async-executor", |
|
"async-fs", |
|
"async-io", |
|
"async-lock", |
|
"async-net", |
|
"async-process", |
|
"blocking", |
|
"futures-lite", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "sptr" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[package]] |
|
name = "standback" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "stdweb" |
|
version = "0.4.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" |
|
dependencies = [ |
|
"discard", |
|
"rustc_version", |
|
"stdweb-derive", |
|
"stdweb-internal-macros", |
|
"stdweb-internal-runtime", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-derive" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_derive", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-macros" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
|
dependencies = [ |
|
"base-x", |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"sha1 0.6.1", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-runtime" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
|
|
|
[[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.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.24.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.24.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"rustversion", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
|
|
|
[[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.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" |
|
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 1.0.109", |
|
"unicode-xid", |
|
] |
|
|
|
[[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.18", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "sys-locale" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "tar" |
|
version = "0.4.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" |
|
dependencies = [ |
|
"filetime", |
|
"libc", |
|
"xattr", |
|
] |
|
|
|
[[package]] |
|
name = "target-lexicon" |
|
version = "0.12.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"fastrand", |
|
"redox_syscall 0.3.5", |
|
"rustix", |
|
"windows-sys 0.45.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 = "textwrap" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
|
dependencies = [ |
|
"smawk", |
|
"unicode-linebreak", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thin-vec" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.2.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" |
|
dependencies = [ |
|
"const_fn", |
|
"libc", |
|
"standback", |
|
"stdweb", |
|
"time-macros 0.1.1", |
|
"version_check", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" |
|
dependencies = [ |
|
"itoa", |
|
"libc", |
|
"num_threads", |
|
"serde", |
|
"time-core", |
|
"time-macros 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" |
|
dependencies = [ |
|
"proc-macro-hack", |
|
"time-macros-impl", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" |
|
dependencies = [ |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros-impl" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" |
|
dependencies = [ |
|
"proc-macro-hack", |
|
"proc-macro2", |
|
"quote", |
|
"standback", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
|
dependencies = [ |
|
"databake", |
|
"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.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.27.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" |
|
dependencies = [ |
|
"autocfg", |
|
"bytes", |
|
"libc", |
|
"mio", |
|
"num_cpus", |
|
"pin-project-lite", |
|
"socket2", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-native-tls" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
|
dependencies = [ |
|
"native-tls", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.19.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"log", |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-error" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
|
dependencies = [ |
|
"tracing", |
|
"tracing-subscriber", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
|
dependencies = [ |
|
"sharded-slab", |
|
"thread_local", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
|
|
|
[[package]] |
|
name = "trybuild" |
|
version = "1.0.80" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "501dbdbb99861e4ab6b60eb6a7493956a9defb644fd034bc4a5ef27c693c8a3a" |
|
dependencies = [ |
|
"basic-toml", |
|
"glob", |
|
"once_cell", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
|
[[package]] |
|
name = "unicode-general-category" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
|
|
|
[[package]] |
|
name = "unicode-linebreak" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" |
|
dependencies = [ |
|
"hashbrown 0.12.3", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
|
|
|
[[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 = "unsafe-libyaml" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
] |
|
|
|
[[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 = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[package]] |
|
name = "waker-fn" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
|
dependencies = [ |
|
"same-file", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
|
dependencies = [ |
|
"log", |
|
"try-lock", |
|
] |
|
|
|
[[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.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.18", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" |
|
|
|
[[package]] |
|
name = "wasmer" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"indexmap", |
|
"js-sys", |
|
"loupe", |
|
"more-asserts", |
|
"target-lexicon", |
|
"thiserror", |
|
"wasm-bindgen", |
|
"wasmer-artifact", |
|
"wasmer-compiler", |
|
"wasmer-compiler-singlepass", |
|
"wasmer-derive", |
|
"wasmer-engine", |
|
"wasmer-engine-dylib", |
|
"wasmer-engine-universal", |
|
"wasmer-types", |
|
"wasmer-vm", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-artifact" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325" |
|
dependencies = [ |
|
"enumset", |
|
"loupe", |
|
"thiserror", |
|
"wasmer-compiler", |
|
"wasmer-types", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-compiler" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c" |
|
dependencies = [ |
|
"enumset", |
|
"loupe", |
|
"rkyv", |
|
"serde", |
|
"serde_bytes", |
|
"smallvec", |
|
"target-lexicon", |
|
"thiserror", |
|
"wasmer-types", |
|
"wasmparser", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-compiler-singlepass" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29ca2a35204d8befa85062bc7aac259a8db8070b801b8a783770ba58231d729e" |
|
dependencies = [ |
|
"byteorder", |
|
"dynasm", |
|
"dynasmrt", |
|
"gimli 0.26.2", |
|
"lazy_static", |
|
"loupe", |
|
"more-asserts", |
|
"rayon", |
|
"smallvec", |
|
"wasmer-compiler", |
|
"wasmer-types", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-derive" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51" |
|
dependencies = [ |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-engine" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45" |
|
dependencies = [ |
|
"backtrace", |
|
"enumset", |
|
"lazy_static", |
|
"loupe", |
|
"memmap2 0.5.10", |
|
"more-asserts", |
|
"rustc-demangle", |
|
"serde", |
|
"serde_bytes", |
|
"target-lexicon", |
|
"thiserror", |
|
"wasmer-artifact", |
|
"wasmer-compiler", |
|
"wasmer-types", |
|
"wasmer-vm", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-engine-dylib" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"enum-iterator", |
|
"enumset", |
|
"leb128", |
|
"libloading", |
|
"loupe", |
|
"object 0.28.4", |
|
"rkyv", |
|
"serde", |
|
"tempfile", |
|
"tracing", |
|
"wasmer-artifact", |
|
"wasmer-compiler", |
|
"wasmer-engine", |
|
"wasmer-object", |
|
"wasmer-types", |
|
"wasmer-vm", |
|
"which", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-engine-universal" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"enumset", |
|
"leb128", |
|
"loupe", |
|
"region", |
|
"rkyv", |
|
"wasmer-compiler", |
|
"wasmer-engine", |
|
"wasmer-engine-universal-artifact", |
|
"wasmer-types", |
|
"wasmer-vm", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-engine-universal-artifact" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41" |
|
dependencies = [ |
|
"enum-iterator", |
|
"enumset", |
|
"loupe", |
|
"rkyv", |
|
"thiserror", |
|
"wasmer-artifact", |
|
"wasmer-compiler", |
|
"wasmer-types", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-object" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b" |
|
dependencies = [ |
|
"object 0.28.4", |
|
"thiserror", |
|
"wasmer-compiler", |
|
"wasmer-types", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-types" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f" |
|
dependencies = [ |
|
"backtrace", |
|
"enum-iterator", |
|
"indexmap", |
|
"loupe", |
|
"more-asserts", |
|
"rkyv", |
|
"serde", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-vfs" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0" |
|
dependencies = [ |
|
"slab", |
|
"thiserror", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-vm" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd" |
|
dependencies = [ |
|
"backtrace", |
|
"cc", |
|
"cfg-if 1.0.0", |
|
"corosensei", |
|
"enum-iterator", |
|
"indexmap", |
|
"lazy_static", |
|
"libc", |
|
"loupe", |
|
"mach", |
|
"memoffset 0.6.5", |
|
"more-asserts", |
|
"region", |
|
"rkyv", |
|
"scopeguard", |
|
"serde", |
|
"thiserror", |
|
"wasmer-artifact", |
|
"wasmer-types", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-wasi" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"generational-arena", |
|
"getrandom", |
|
"libc", |
|
"thiserror", |
|
"tracing", |
|
"wasm-bindgen", |
|
"wasmer", |
|
"wasmer-vfs", |
|
"wasmer-wasi-types", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "wasmer-wasi-types" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468" |
|
dependencies = [ |
|
"byteorder", |
|
"time 0.2.27", |
|
"wasmer-types", |
|
] |
|
|
|
[[package]] |
|
name = "wasmparser" |
|
version = "0.83.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "which" |
|
version = "4.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
|
dependencies = [ |
|
"either", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[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" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
|
dependencies = [ |
|
"windows-targets 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75" |
|
dependencies = [ |
|
"windows_aarch64_msvc 0.33.0", |
|
"windows_i686_gnu 0.33.0", |
|
"windows_i686_msvc 0.33.0", |
|
"windows_x86_64_gnu 0.33.0", |
|
"windows_x86_64_msvc 0.33.0", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
|
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-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.0", |
|
] |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.0", |
|
"windows_aarch64_msvc 0.48.0", |
|
"windows_i686_gnu 0.48.0", |
|
"windows_i686_msvc 0.48.0", |
|
"windows_x86_64_gnu 0.48.0", |
|
"windows_x86_64_gnullvm 0.48.0", |
|
"windows_x86_64_msvc 0.48.0", |
|
] |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa" |
|
|
|
[[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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f" |
|
|
|
[[package]] |
|
name = "xattr" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea" |
|
dependencies = [ |
|
"databake", |
|
"serde", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "486558732d5dde10d0f8cb2936507c1bb21bc539d924c949baf5f36a58e51bac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "zip" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef" |
|
dependencies = [ |
|
"aes", |
|
"byteorder", |
|
"bzip2", |
|
"constant_time_eq", |
|
"crc32fast", |
|
"crossbeam-utils", |
|
"flate2", |
|
"hmac", |
|
"pbkdf2", |
|
"sha1 0.10.5", |
|
"time 0.3.20", |
|
"zstd", |
|
] |
|
|
|
[[package]] |
|
name = "zstd" |
|
version = "0.11.2+zstd.1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" |
|
dependencies = [ |
|
"zstd-safe", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-safe" |
|
version = "5.0.2+zstd.1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" |
|
dependencies = [ |
|
"libc", |
|
"zstd-sys", |
|
] |
|
|
|
[[package]] |
|
name = "zstd-sys" |
|
version = "2.0.8+zstd.1.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
]
|
|
|