| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "adler32" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.3.3", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "approx" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "arbitrary" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "derive_arbitrary 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "argh" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "argh_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "argh_shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "argh_derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "argh_shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "argh_shared" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ascii" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "async-attributes" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "async-std" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "async-attributes 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "async-task" |
| version = "1.3.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)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "atom" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[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 = "backtrace" |
| version = "0.3.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
| "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)", |
| "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bincode" |
| version = "1.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)", |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "bitfield" |
| version = "0.13.1" |
| 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 = "block-buffer" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "brotli-sys" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "brotli2" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "0.2.12" |
| 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", |
| "regex-automata 0.1.9", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "buf_redux" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.3.3", |
| "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "build_const" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "byte-tools" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "bytecount" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "bytes" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bytes" |
| version = "0.5.4" |
| 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 = "cargo_metadata" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "semver 0.9.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.38 (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 = "cc" |
| version = "1.0.45" |
| 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 = "chrono" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "chunked_transfer" |
| version = "0.3.1" |
| 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.11 (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.5 (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 = "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 = "crc" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.2.0" |
| 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 = "criterion" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "atty 0.2.11 (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)", |
| "csv 1.1.3 (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)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_xoshiro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rayon-core 1.7.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.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam" |
| version = "0.7.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-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam-epoch 0.8.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.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "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-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.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.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-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.2 (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 = "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.12 (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.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ryu 1.0.3 (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.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.3.3", |
| ] |
| |
| [[package]] |
| name = "ct-logs" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "data-encoding" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "deflate" |
| version = "0.7.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "gzip-header 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "derivative" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "derp" |
| version = "0.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "difference" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "digest" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "enum-as-inner" |
| version = "0.3.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-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "error-chain" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "euclid" |
| version = "0.20.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "eui48" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "fake-simd" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.4" |
| 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)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.14" |
| 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)", |
| "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "freetype" |
| version = "0.4.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)", |
| "servo-freetype-sys 4.0.5", |
| ] |
| |
| [[package]] |
| name = "fuchsia-cprng" |
| version = "0.1.1" |
| |
| [[package]] |
| name = "fuchsia-third-party" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| "arbitrary 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "argh 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "async-trait 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bincode 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bitfield 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "derp 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "euclid 0.20.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "eui48 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "flate2 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| "freetype 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-test 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "handlebars 2.0.0-beta.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "id_tree 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "indoc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "json5 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "json5format 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libm 0.2.1", |
| "lipsum 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maybe-owned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| "nom 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "nom_locate 2.0.0", |
| "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-bigint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "openat 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_generator 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "png 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pretty 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proptest-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pulldown-cmark 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_os 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)", |
| "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rental 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rouille 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust-crypto 0.2.36", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ucal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_udat 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_udata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uenum 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ustring 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_utext 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rusttype 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "semver 0.9.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.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_repr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "signal-hook 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "simplelog 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "splines 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tar 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "test-case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| "timebomb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-futures 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-subscriber 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "trust-dns-proto 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "trust-dns-resolver 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unic-char-range 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unic-ucd-block 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "valico 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "vk-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon" |
| version = "0.3.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)", |
| "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "fuchsia-zircon-sys" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures" |
| version = "0.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures-test" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "futures-timer" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "gcc" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-width 0.1.5 (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 = "glob" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "gzip-header" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "handlebars" |
| version = "2.0.0-beta.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "hashbrown 0.2.2 (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)", |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.104 (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.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.8" |
| 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 = "hex" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "http" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "hyper" |
| version = "0.12.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
| "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "id_tree" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "indoc" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "indoc-impl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "indoc-impl" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unindent 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "inflate" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "iovec" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.2.8 (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.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "json5" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "json5format" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "jsonway" |
| version = "2.0.0" |
| 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.38 (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 = "kv-log-macro" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (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" |
| dependencies = [ |
| "spin 0.5.2 (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 = "libm" |
| version = "0.2.1" |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "lipsum" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (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 = "lru-cache" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "maplit" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "matches" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "maybe-owned" |
| version = "0.3.2" |
| source = "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" |
| |
| [[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 = "mime" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "mime_guess" |
| version = "1.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.6.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.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 = "mio-uds" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.2.1" |
| 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)", |
| "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "multipart" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "buf_redux 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "twoway 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "net2" |
| version = "0.2.33" |
| 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)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "nodrop" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "nom" |
| version = "5.0.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)", |
| "memchr 2.3.3", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "nom_locate" |
| version = "2.0.0" |
| dependencies = [ |
| "bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "nom 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-bigint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-rational 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-derive" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-bigint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.11" |
| 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.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "numtoa" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "openat" |
| version = "0.1.17" |
| 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 = "ordered-float" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "owning_ref" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.6.2" |
| 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)", |
| "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "paste-impl" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "pest" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pest_derive" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_generator 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pest_generator" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pest_meta" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.7.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pin-project" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0-alpha.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "png" |
| version = "0.14.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)", |
| "deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num-iter 0.1.37 (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 = "pretty" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "typed-arena 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pretty_assertions" |
| version = "0.5.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)", |
| "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "prettytable-rs" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro-nested" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.9" |
| 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 = "proptest" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "byteorder 1.3.1 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proptest-derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "publicsuffix" |
| version = "1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.6.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)", |
| "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "pulse" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "quote" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "fuchsia-cprng 0.1.1", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.3.1 (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.8", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.5.6" |
| 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", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[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.66 (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.0 (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.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_pcg 0.1.1 (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.8", |
| ] |
| |
| [[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.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_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.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.4.0" |
| source = "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.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_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_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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rand_os" |
| version = "0.1.2" |
| 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", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.4.0 (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.8", |
| ] |
| |
| [[package]] |
| name = "rand_pcg" |
| 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)", |
| "rustc_version 0.2.3 (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 = "rand_xoshiro" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (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 = "rayon" |
| version = "1.3.0" |
| 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)", |
| "either 1.5.0 (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.3 (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.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.12.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 = "redox_syscall" |
| version = "0.1.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "redox_termios" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 2.3.3", |
| "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.9" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "remove_dir_all" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rental" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rental-impl 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rental-impl" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "web-sys 0.3.36", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "rouille" |
| version = "3.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "multipart 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.5.6 (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.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust-crypto" |
| version = "0.2.36" |
| dependencies = [ |
| "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_common" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_sys" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_ucal" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uenum 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ustring 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_udat" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ucal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uenum 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ustring 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_udata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_uenum" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_uloc" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_uenum 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_ustring 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_ustring" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust_icu_utext" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_common 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust_icu_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rustc-serialize" |
| version = "0.3.24" |
| 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 = "rustls" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rusttype" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "approx 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rusty-fork" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "safemem" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "safemem" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi-util 0.1.2", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "0.3.3" |
| source = "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 = "sct" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "untrusted 0.7.0 (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)", |
| "serde 1.0.104 (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" |
| dependencies = [ |
| "serde_derive 1.0.104 (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.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "servo-freetype-sys" |
| version = "4.0.5" |
| |
| [[package]] |
| name = "sha-1" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.0.9" |
| 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 = "signal-hook" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "simplelog" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "snowflake" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "splines" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "stb_truetype" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "string" |
| version = "0.1.3" |
| source = "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.2.14" |
| 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.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.2.14" |
| 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-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "0.15.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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 = "synstructure" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (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 = "tar" |
| version = "0.4.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tempdir" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.1.0" |
| 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)", |
| "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "term" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "termion" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "test-case" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "version_check 0.9.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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.0.1" |
| 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 = "threadpool" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.1.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| ] |
| |
| [[package]] |
| name = "timebomb" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pulse 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tiny_http" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "ascii 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-buf" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-codec" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-current-thread" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-executor" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-fs" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-io" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-reactor" |
| version = "0.1.9" |
| 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)", |
| "futures 0.1.29 (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)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-sync" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-tcp" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-threadpool" |
| version = "0.1.15" |
| 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.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)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-timer" |
| version = "0.2.11" |
| 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)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-udp" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tokio-uds" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.10" |
| 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)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.7" |
| 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)", |
| "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing-futures" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.1.1" |
| 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)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "sharded-slab 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "trust-dns-proto" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "async-trait 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| "enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "idna 0.2.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.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "trust-dns-resolver" |
| version = "0.19.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "futures 0.3.4 (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)", |
| "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "trust-dns-proto 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "twoway" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 2.3.3", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "ucd-trie" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unic-char-property" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unic-char-range 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unic-char-range" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unic-common" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unic-ucd-block" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unic-char-property 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unic-char-range 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unic-ucd-version 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unic-ucd-version" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unic-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.1.0" |
| 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 = "unindent" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "url" |
| version = "1.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "url" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "uuid" |
| version = "0.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "valico" |
| version = "2.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "jsonway 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
| "publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "uuid 0.7.2 (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 = "version_check" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "vk-sys" |
| version = "0.4.0" |
| 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 = "vte" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wait-timeout" |
| version = "0.1.5" |
| 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 = "walkdir" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8", |
| "winapi-util 0.1.2", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "try-lock 0.2.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.60" |
| 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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bumpalo 3.2.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.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.60" |
| 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.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-backend 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.36" |
| |
| [[package]] |
| name = "webpki" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "untrusted 0.7.0 (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" |
| |
| [[package]] |
| name = "winapi-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi-util" |
|