| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi 0.3.9 (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.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.9 (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 = "autocfg" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "base64" |
| version = "0.13.0" |
| dependencies = [ |
| "criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "structopt 0.3.17 (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.13" |
| 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.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.4" |
| source = "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.1" |
| 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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "cloudabi" |
| version = "0.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.3.2" |
| 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.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itertools 0.9.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-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| "oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.4.3" |
| 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.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 1.0.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.2.3" |
| 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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 1.0.0 (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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.3.3 (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 = "fuchsia-cprng" |
| version = "0.1.1" |
| source = "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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.9.0" |
| 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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "wasm-bindgen 0.2.67 (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.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.11" |
| 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 = "maybe-uninit" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| "web-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_isaac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_jitter" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_os" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-deque 0.7.3 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-utils 0.7.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_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rdrand" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.18" |
| 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 = "ryu" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.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.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.57" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.114 (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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "structopt-derive 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.4.10" |
| 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 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.2.1 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.57 (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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "vec_map" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.67" |
| 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.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bumpalo 3.4.0 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-macro-support 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| 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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi 0.3.9 (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 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 autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| "checksum bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" |
| "checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
| "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
| "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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" |
| "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| "checksum criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "63f696897c88b57f4ffe3c69d8e1a0613c7d0e6c4833363c8560fbde9c47b966" |
| "checksum criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
| "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
| "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
| "checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
| "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
| "checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
| "checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
| "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
| "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
| "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
| "checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
| "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| "checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
| "checksum js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)" = "85a7e2c92a4804dd459b86c339278d0fe87cf93757fae222c3fa3ae75458bc73" |
| "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| "checksum libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" |
| "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
| "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
| "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| "checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" |
| "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
| "checksum oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c" |
| "checksum plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb" |
| "checksum proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| "checksum proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| "checksum proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12" |
| "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
| "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
| "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
| "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
| "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
| "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
| "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
| "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
| "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
| "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
| "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
| "checksum rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" |
| "checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" |
| "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
| "checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" |
| "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
| "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| "checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
| "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| "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.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" |
| "checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" |
| "checksum serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" |
| "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| "checksum structopt 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5" |
| "checksum structopt-derive 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f" |
| "checksum syn 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250" |
| "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| "checksum tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" |
| "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
| "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
| "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
| "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
| "checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
| "checksum wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c" |
| "checksum wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0" |
| "checksum wasm-bindgen-macro 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "97c57cefa5fa80e2ba15641578b44d36e7a64279bc5ed43c6dbaf329457a2ed2" |
| "checksum wasm-bindgen-macro-support 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "841a6d1c35c6f596ccea1f82504a192a60378f64b3bb0261904ad8f2f5657556" |
| "checksum wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "93b162580e34310e5931c4b792560108b10fd14d64915d7fff8ff00180e70092" |
| "checksum web-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)" = "dda38f4e5ca63eda02c059d243aa25b5f35ab98451e518c51612cd0f1bd19a47" |
| "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |