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.
840 lines
38 KiB
840 lines
38 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "Boa" |
|
version = "0.5.1" |
|
dependencies = [ |
|
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "c2-chacha" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "2.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "criterion-plot" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "csv" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "csv-core" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "gc" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "gc_derive" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.66" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "proc-macro-error" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_os" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xoshiro" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "structopt" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "structopt-derive" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.11.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn-mid" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "synom" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tinytemplate" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bumpalo 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro-support 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-backend 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[metadata] |
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
|
"checksum bumpalo 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe2567a8d8a3aedb4e39aa39e186d5673acfd56393c6ac83b2bc5bd82f4369c" |
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
"checksum criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "938703e165481c8d612ea3479ac8342e5615185db37765162e762ec3523e2fc6" |
|
"checksum criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccdc6ce8bbe352ca89025bee672aa6d24f4eb8c53e3a8b5d1bc58011da072a2" |
|
"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
|
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
|
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d" |
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c" |
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
"checksum gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75656800ec248b3d0c33b685e442a67e7308009ae59b1f8eb60c4f09ebebb512" |
|
"checksum gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2501c15cbaf28a0c2214617aa85351982a933161d7937fe6cd71c855364e0ea6" |
|
"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
|
"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" |
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
|
"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
|
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
|
"checksum proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "53c98547ceaea14eeb26fcadf51dc70d01a2479a7839170eae133721105e4428" |
|
"checksum proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c2bf5d493cf5d3e296beccfd61794e445e830dfc8070a9c248ad3ee071392c6c" |
|
"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" |
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
"checksum rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a788ae3edb696cfcba1c19bfd388cc4b8c21f8a408432b199c072825084da58a" |
|
"checksum rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e18c91676f670f6f0312764c759405f13afb98d5d73819840cf72a518487bff" |
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" |
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
"checksum rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0538bd897e17257b0128d2fd95c2ed6df939374073a36166051a79e2eb7986" |
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
|
"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" |
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
"checksum structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "884ae79d6aad1e738f4a70dff314203fd498490a63ebc4d03ea83323c40b7b72" |
|
"checksum structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a97f829a34a0a9d5b353a881025a23b8c9fd09d46be6045df6b22920dbd7a93" |
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8" |
|
"checksum syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd3937748a7eccff61ba5b90af1a20dbf610858923a9192ea0ecb0cb77db1d0" |
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd" |
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
"checksum tinytemplate 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a" |
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
|
"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
"checksum wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "701bc20794a7f9e8dcd85984a848f951ef6c5083322b6dd17fe880c99390f7cd" |
|
"checksum wasm-bindgen-backend 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "426315280d373e1a828e1c322507d51aa82e03c2fb1d654720b9e2f2368d291d" |
|
"checksum wasm-bindgen-macro 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "d9a8a46373db32c892de910ccca302ecdaf8262abab746324a8a4dac352fc11f" |
|
"checksum wasm-bindgen-macro-support 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "45d1c6c2259c0f4ef3d61ea0976ea075b6f8185497c4a5457793740c2cda6430" |
|
"checksum wasm-bindgen-shared 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "dd8e108ae395aae8017b091c4766101f08c635a5074e6631e0085e8a839e5810" |
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|