| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "arrayvec" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.65 (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.101 (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.2" |
| source = "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 = [ |
| "bitflags 1.2.1 (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.6 (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.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cast 0.2.2 (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.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.8 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tinytemplate 1.0.2 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "arrayvec 0.4.12 (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.6.6 (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.1 (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.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.6.6" |
| 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)", |
| "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.101 (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 = "debug_unreachable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unreachable 0.1.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 = "futf" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.12" |
| 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.65 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.8.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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "kernel32-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi-build 0.1.1 (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.65" |
| 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 = "mac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "markup5ever" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| "string_cache 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "string_cache_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tendril 0.4.1 (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.65 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.5.1" |
| 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 = "new_debug_unreachable" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "nodrop" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.8" |
| 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.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "siphasher 0.3.1 (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 = "precomputed-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.6" |
| 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 = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.6 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.65 (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)", |
| "rand_pcg 0.2.1 (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.12 (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.12 (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_pcg" |
| version = "0.2.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 = "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.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-deque 0.7.1 (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.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-utils 0.6.6 (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.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.1.16" |
| source = "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 = "rustc-serialize" |
| version = "0.3.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "rustc-test" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.36 (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.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.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.6 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.41" |
| 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.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "string_cache" |
| version = "0.8.0" |
| 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)", |
| "new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "string_cache_codegen" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.6 (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 = "tendril" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.2.8 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.6" |
| 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 = "unreachable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "void" |
| version = "1.0.2" |
| 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 = "winapi" |
| version = "0.2.8" |
| 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-build" |
| version = "0.1.1" |
| source = "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" |
| |
| [[package]] |
| name = "xml5ever" |
| version = "0.16.1" |
| dependencies = [ |
| "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "markup5ever 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-test 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [metadata] |
| "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
| "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
| "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 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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" |
| "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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
| "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
| "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
| "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
| "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 debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" |
| "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
| "checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3" |
| "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685" |
| "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
| "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
| "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
| "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
| "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| "checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| "checksum markup5ever 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab" |
| "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
| "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
| "checksum new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30" |
| "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
| "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
| "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
| "checksum phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" |
| "checksum phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" |
| "checksum phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" |
| "checksum phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" |
| "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
| "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
| "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_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
| "checksum rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e18c91676f670f6f0312764c759405f13afb98d5d73819840cf72a518487bff" |
| "checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123" |
| "checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b" |
| "checksum redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd35cc9a8bdec562c757e3d43c1526b5c6d2653e23e2315065bc25556550753" |
| "checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" |
| "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" |
| "checksum rustc-test 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc74abd96aeb3d5f68702101c903c661869fba4867f2ddf4836032f018ad4728" |
| "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| "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.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
| "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
| "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
| "checksum siphasher 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "83da420ee8d1a89e640d0948c646c1c088758d3a3c538f943bfa97bdac17929d" |
| "checksum string_cache 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a" |
| "checksum string_cache_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97" |
| "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
| "checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" |
| "checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989" |
| "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| "checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" |
| "checksum tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20" |
| "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
| "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" |
| "checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" |
| "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
| "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 winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
| "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
| "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
| "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" |