fuzzysearch/Cargo.lock

2361 lines
110 KiB
Plaintext
Raw Normal View History

2019-04-11 22:28:15 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "adler32"
2020-07-17 19:01:58 +00:00
version = "1.1.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "aho-corasick"
2020-07-17 19:01:58 +00:00
version = "0.7.13"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
2020-03-02 01:39:05 +00:00
name = "arc-swap"
2020-07-17 19:01:58 +00:00
version = "0.4.7"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2020-03-02 01:39:05 +00:00
name = "async-trait"
2020-07-17 19:01:58 +00:00
version = "0.1.36"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "autocfg"
2020-07-17 19:01:58 +00:00
version = "1.0.0"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2020-07-17 19:01:58 +00:00
name = "base64"
version = "0.11.0"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "base64"
2020-07-17 19:01:58 +00:00
version = "0.12.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
2019-12-13 09:22:37 +00:00
version = "1.2.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "block-buffer"
2020-07-17 19:01:58 +00:00
version = "0.9.0"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"generic-array 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-18 08:31:10 +00:00
[[package]]
name = "bumpalo"
2020-07-17 19:01:58 +00:00
version = "3.4.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "bytemuck"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "byteorder"
2020-03-02 01:39:05 +00:00
version = "1.3.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
[[package]]
name = "bytes"
2020-07-17 19:01:58 +00:00
version = "0.5.6"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "cc"
2020-07-17 19:01:58 +00:00
version = "1.0.58"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
2019-09-27 17:48:24 +00:00
version = "0.1.10"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "cfscrape"
version = "0.1.0"
2020-07-17 19:01:58 +00:00
source = "git+https://github.com/Syfaro/cfscrape-rs.git#655edf8b00ca709367ef0d3a69d3aec53b20ffc7"
2020-03-02 01:39:05 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"pyo3 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "chrono"
2020-07-17 19:01:58 +00:00
version = "0.4.13"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-07-17 19:01:58 +00:00
[[package]]
name = "cloudabi"
version = "0.1.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)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "color_quant"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "core-foundation"
2020-07-17 19:01:58 +00:00
version = "0.7.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "core-foundation-sys"
2020-07-17 19:01:58 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cpuid-bool"
version = "0.1.1"
2019-04-11 22:28:15 +00:00
source = "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 = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "crossbeam-deque"
2020-03-02 01:39:05 +00:00
version = "0.7.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"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)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "crossbeam-epoch"
2020-03-02 01:39:05 +00:00
version = "0.8.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "crossbeam-queue"
2020-07-17 19:01:58 +00:00
version = "0.2.3"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"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)",
2020-07-17 19:01:58 +00:00
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-03-02 01:39:05 +00:00
version = "0.7.2"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"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)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "crypto-mac"
2020-07-17 19:01:58 +00:00
version = "0.8.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"generic-array 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
"subtle 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "cssparser"
2020-07-17 19:01:58 +00:00
version = "0.27.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"cssparser-macros 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"dtoa-short 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "cssparser-macros"
2020-07-17 19:01:58 +00:00
version = "0.6.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
[[package]]
name = "ctor"
2020-07-17 19:01:58 +00:00
version = "0.1.15"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "deflate"
2020-07-17 19:01:58 +00:00
version = "0.8.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-07-17 19:01:58 +00:00
[[package]]
name = "derive_more"
version = "0.99.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "digest"
2020-07-17 19:01:58 +00:00
version = "0.9.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"generic-array 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "dtoa"
2020-07-17 19:01:58 +00:00
version = "0.4.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dtoa-short"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "ego-tree"
2019-12-13 09:22:37 +00:00
version = "0.6.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "either"
2019-09-27 17:48:24 +00:00
version = "1.5.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "encoding_rs"
2020-07-17 19:01:58 +00:00
version = "0.8.23"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "fa-watcher"
version = "0.1.0"
dependencies = [
2020-07-17 19:01:58 +00:00
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
"furaffinity-rs 0.1.0 (git+https://github.com/Syfaro/furaffinity-rs)",
"postgres 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)",
"r2d2 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-13 00:23:47 +00:00
"r2d2_postgres 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-postgres 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "fallible-iterator"
2019-12-13 09:22:37 +00:00
version = "0.2.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fnv"
2020-07-17 19:01:58 +00:00
version = "1.0.7"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "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 = [
2019-12-13 09:22:37 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"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 = "furaffinity-rs"
version = "0.1.0"
2020-07-17 19:01:58 +00:00
source = "git+https://github.com/Syfaro/furaffinity-rs#3e17efcbc75f18f11e425eacb4bfafcceff4be72"
2019-04-11 22:28:15 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"cfscrape 0.1.0 (git+https://github.com/Syfaro/cfscrape-rs.git)",
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.23.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"img_hash 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"scraper 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "futures"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "futures-channel"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "futures-core"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures-executor"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "futures-io"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures-macro"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "futures-sink"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures-task"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-17 19:01:58 +00:00
dependencies = [
"once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "futures-util"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "generic-array"
2020-07-17 19:01:58 +00:00
version = "0.14.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "getopts"
2019-09-27 17:48:24 +00:00
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
name = "getrandom"
2020-03-02 01:39:05 +00:00
version = "0.1.14"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ghost"
2020-07-17 19:01:58 +00:00
version = "0.1.2"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "gif"
2019-09-27 17:48:24 +00:00
version = "0.10.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "h2"
2020-07-17 19:01:58 +00:00
version = "0.2.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
2019-12-13 09:22:37 +00:00
name = "hermit-abi"
2020-07-17 19:01:58 +00:00
version = "0.1.15"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "hmac"
2020-07-17 19:01:58 +00:00
version = "0.8.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"crypto-mac 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "html5ever"
2020-07-17 19:01:58 +00:00
version = "0.25.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"markup5ever 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "http"
2020-07-17 19:01:58 +00:00
version = "0.2.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
name = "http-body"
2019-12-18 08:31:10 +00:00
version = "0.3.1"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "httparse"
2019-09-27 17:48:24 +00:00
version = "1.3.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hyper"
2020-07-17 19:01:58 +00:00
version = "0.13.7"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"tracing 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "hyper-tls"
2020-07-17 19:01:58 +00:00
version = "0.4.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-09-27 17:48:24 +00:00
[[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)",
2020-07-17 19:01:58 +00:00
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "image"
2020-07-17 19:01:58 +00:00
version = "0.23.7"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"bytemuck 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
"num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"png 0.16.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"tiff 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "img_hash"
2020-03-02 01:39:05 +00:00
version = "3.1.0"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
dependencies = [
2020-03-02 01:39:05 +00:00
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"image 0.23.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"rustdct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"transpose 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "indexmap"
2020-07-17 19:01:58 +00:00
version = "1.4.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "indoc"
2020-07-17 19:01:58 +00:00
version = "0.3.6"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"indoc-impl 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
[[package]]
name = "indoc-impl"
2020-07-17 19:01:58 +00:00
version = "0.3.6"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
"unindent 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2020-07-17 19:01:58 +00:00
name = "instant"
version = "0.1.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "inventory"
2020-07-17 19:01:58 +00:00
version = "0.1.7"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"ghost 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"inventory-impl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
[[package]]
name = "inventory-impl"
2020-07-17 19:01:58 +00:00
version = "0.1.7"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "iovec"
2019-12-13 09:22:37 +00:00
version = "0.1.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "itoa"
2020-07-17 19:01:58 +00:00
version = "0.4.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "jpeg-decoder"
2020-07-17 19:01:58 +00:00
version = "0.1.20"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-18 08:31:10 +00:00
[[package]]
name = "js-sys"
2020-07-17 19:01:58 +00:00
version = "0.3.42"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
2019-09-27 17:48:24 +00:00
version = "1.4.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
2020-07-17 19:01:58 +00:00
version = "0.2.72"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lock_api"
2020-07-17 19:01:58 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lock_api"
version = "0.4.1"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "log"
2020-07-17 19:01:58 +00:00
version = "0.4.11"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "lzw"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "markup5ever"
2020-07-17 19:01:58 +00:00
version = "0.10.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"tendril 0.4.1 (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]]
2019-12-13 09:22:37 +00:00
name = "maybe-uninit"
version = "2.0.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2019-12-13 09:22:37 +00:00
name = "md5"
2020-01-13 00:23:47 +00:00
version = "0.7.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
2020-03-02 01:39:05 +00:00
version = "2.3.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memoffset"
2020-07-17 19:01:58 +00:00
version = "0.5.5"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "mime"
2020-03-02 01:39:05 +00:00
version = "0.3.16"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mime_guess"
2020-03-02 01:39:05 +00:00
version = "2.0.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "miniz_oxide"
2020-07-17 19:01:58 +00:00
version = "0.3.7"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "mio"
2020-07-17 19:01:58 +00:00
version = "0.6.22"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"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)",
2019-12-13 09:22:37 +00:00
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"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)",
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "mio-named-pipes"
2020-07-17 19:01:58 +00:00
version = "0.1.7"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "mio-uds"
2020-07-17 19:01:58 +00:00
version = "0.6.8"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-04-11 22:28:15 +00:00
[[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)",
2020-07-17 19:01:58 +00:00
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"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)",
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "miow"
2020-07-17 19:01:58 +00:00
version = "0.3.5"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "native-tls"
2020-07-17 19:01:58 +00:00
version = "0.2.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "net2"
2020-07-17 19:01:58 +00:00
version = "0.2.34"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "new_debug_unreachable"
2020-03-02 01:39:05 +00:00
version = "1.0.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nodrop"
2019-12-13 09:22:37 +00:00
version = "0.1.14"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num-complex"
2020-03-02 01:39:05 +00:00
version = "0.2.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "num-integer"
2020-07-17 19:01:58 +00:00
version = "0.1.43"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "num-iter"
2020-07-17 19:01:58 +00:00
version = "0.1.41"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "num-rational"
2020-07-17 19:01:58 +00:00
version = "0.3.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "num-traits"
2020-07-17 19:01:58 +00:00
version = "0.2.12"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "num_cpus"
2020-07-17 19:01:58 +00:00
version = "1.13.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-07-17 19:01:58 +00:00
[[package]]
name = "once_cell"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
[[package]]
name = "opaque-debug"
2020-07-17 19:01:58 +00:00
version = "0.3.0"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "openssl"
2020-07-17 19:01:58 +00:00
version = "0.10.30"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "openssl-sys"
2020-07-17 19:01:58 +00:00
version = "0.9.58"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2019-12-13 09:22:37 +00:00
name = "parking_lot"
2020-07-17 19:01:58 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parking_lot"
version = "0.11.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
name = "parking_lot_core"
2020-07-17 19:01:58 +00:00
version = "0.7.2"
2019-09-27 17:48:24 +00:00
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)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parking_lot_core"
version = "0.8.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)",
"cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "paste"
2020-07-17 19:01:58 +00:00
version = "0.1.18"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
[[package]]
name = "paste-impl"
2020-07-17 19:01:58 +00:00
version = "0.1.18"
2020-03-02 01:39:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-09-27 17:48:24 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "phf_codegen"
2020-07-17 19:01:58 +00:00
version = "0.8.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "phf_generator"
2020-07-17 19:01:58 +00:00
version = "0.8.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
2020-07-17 19:01:58 +00:00
name = "phf_macros"
version = "0.8.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"siphasher 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-12-18 08:31:10 +00:00
[[package]]
name = "pin-project"
2020-07-17 19:01:58 +00:00
version = "0.4.22"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "pin-project-internal"
2020-07-17 19:01:58 +00:00
version = "0.4.22"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "pin-project-lite"
2020-07-17 19:01:58 +00:00
version = "0.1.7"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pin-utils"
2020-07-17 19:01:58 +00:00
version = "0.1.0"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "pkg-config"
2020-07-17 19:01:58 +00:00
version = "0.3.18"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "png"
2020-07-17 19:01:58 +00:00
version = "0.16.6"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "postgres"
2020-07-17 19:01:58 +00:00
version = "0.17.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-postgres 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "postgres-protocol"
2020-07-17 19:01:58 +00:00
version = "0.5.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"hmac 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-13 00:23:47 +00:00
"md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
2019-12-13 09:22:37 +00:00
name = "postgres-types"
2020-07-17 19:01:58 +00:00
version = "0.1.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"postgres-protocol 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-09-27 17:48:24 +00:00
[[package]]
name = "ppv-lite86"
2020-07-17 19:01:58 +00:00
version = "0.2.8"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
[[package]]
name = "proc-macro-hack"
2020-07-17 19:01:58 +00:00
version = "0.5.16"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "proc-macro-nested"
2020-07-17 19:01:58 +00:00
version = "0.1.6"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "proc-macro2"
2020-07-17 19:01:58 +00:00
version = "1.0.18"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "pyo3"
2020-07-17 19:01:58 +00:00
version = "0.9.2"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"indoc 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"inventory 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"pyo3cls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
"unindent 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2020-03-02 01:39:05 +00:00
name = "pyo3-derive-backend"
2020-07-17 19:01:58 +00:00
version = "0.9.2"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2020-03-02 01:39:05 +00:00
name = "pyo3cls"
2020-07-17 19:01:58 +00:00
version = "0.9.2"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"pyo3-derive-backend 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
name = "quote"
2020-07-17 19:01:58 +00:00
version = "1.0.7"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "r2d2"
2020-07-17 19:01:58 +00:00
version = "0.8.9"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"scheduled-thread-pool 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "r2d2_postgres"
2020-01-13 00:23:47 +00:00
version = "0.16.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"postgres 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)",
"r2d2 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
name = "rand"
2020-03-02 01:39:05 +00:00
version = "0.7.3"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"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)",
2020-07-17 19:01:58 +00:00
"rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "rand_chacha"
2020-07-17 19:01:58 +00:00
version = "0.2.2"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_core"
version = "0.5.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
dependencies = [
2020-03-02 01:39:05 +00:00
"getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
2019-09-27 17:48:24 +00:00
[[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)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "rand_pcg"
2020-07-17 19:01:58 +00:00
version = "0.2.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "rayon"
2020-07-17 19:01:58 +00:00
version = "1.3.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "rayon-core"
2020-07-17 19:01:58 +00:00
version = "1.7.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "redox_syscall"
2020-07-17 19:01:58 +00:00
version = "0.1.57"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
2020-07-17 19:01:58 +00:00
version = "1.3.9"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "regex-syntax"
2020-07-17 19:01:58 +00:00
version = "0.6.18"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "remove_dir_all"
2020-07-17 19:01:58 +00:00
version = "0.5.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "reqwest"
2020-07-17 19:01:58 +00:00
version = "0.10.6"
2020-01-13 00:23:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
dependencies = [
2020-07-17 19:01:58 +00:00
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper-tls 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"js-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-futures 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)",
"winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "rustdct"
2020-03-02 01:39:05 +00:00
version = "0.4.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"rustfft 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "rustfft"
2020-03-02 01:39:05 +00:00
version = "3.0.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"strength_reduce 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"transpose 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "ryu"
2020-07-17 19:01:58 +00:00
version = "1.0.5"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "schannel"
2020-07-17 19:01:58 +00:00
version = "0.1.19"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "scheduled-thread-pool"
2020-07-17 19:01:58 +00:00
version = "0.2.5"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
[[package]]
name = "scopeguard"
2020-03-02 01:39:05 +00:00
version = "1.1.0"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "scraper"
2020-07-17 19:01:58 +00:00
version = "0.12.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"ego-tree 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"html5ever 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "security-framework"
2020-07-17 19:01:58 +00:00
version = "0.4.4"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "security-framework-sys"
2020-07-17 19:01:58 +00:00
version = "0.4.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "selectors"
2020-07-17 19:01:58 +00:00
version = "0.22.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde"
2020-07-17 19:01:58 +00:00
version = "1.0.114"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "serde_derive"
2020-07-17 19:01:58 +00:00
version = "1.0.114"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "serde_json"
2020-07-17 19:01:58 +00:00
version = "1.0.56"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "serde_urlencoded"
2019-12-18 08:31:10 +00:00
version = "0.6.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-12-13 09:22:37 +00:00
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "sha2"
2020-07-17 19:01:58 +00:00
version = "0.9.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"cpuid-bool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-03-02 01:39:05 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "siphasher"
2020-07-17 19:01:58 +00:00
version = "0.3.3"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smallvec"
2020-07-17 19:01:58 +00:00
version = "1.4.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "socket2"
2020-07-17 19:01:58 +00:00
version = "0.3.12"
2020-03-02 01:39:05 +00:00
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)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2019-12-18 08:31:10 +00:00
name = "stable_deref_trait"
2020-07-17 19:01:58 +00:00
version = "1.2.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "strength_reduce"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "string_cache"
2020-07-17 19:01:58 +00:00
version = "0.8.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "string_cache_codegen"
2020-07-17 19:01:58 +00:00
version = "0.5.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "subtle"
2020-07-17 19:01:58 +00:00
version = "2.2.3"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "syn"
2020-07-17 19:01:58 +00:00
version = "1.0.34"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "tempfile"
2019-09-27 17:48:24 +00:00
version = "3.1.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "tendril"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "thread_local"
2020-03-02 01:39:05 +00:00
version = "1.0.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-09-27 17:48:24 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "tiff"
2020-07-17 19:01:58 +00:00
version = "0.5.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "time"
2020-07-17 19:01:58 +00:00
version = "0.1.43"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2020-07-17 19:01:58 +00:00
[[package]]
name = "tinyvec"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-13 09:22:37 +00:00
[[package]]
name = "tokio"
2020-07-17 19:01:58 +00:00
version = "0.2.21"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
"mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
[[package]]
2019-12-18 08:31:10 +00:00
name = "tokio-macros"
2020-03-02 01:39:05 +00:00
version = "0.2.5"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-13 09:22:37 +00:00
[[package]]
name = "tokio-postgres"
2020-07-17 19:01:58 +00:00
version = "0.5.5"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"postgres-protocol 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"postgres-types 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
2019-12-18 08:31:10 +00:00
name = "tokio-tls"
2020-07-17 19:01:58 +00:00
version = "0.3.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-13 09:22:37 +00:00
]
[[package]]
name = "tokio-util"
2020-07-17 19:01:58 +00:00
version = "0.3.1"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-12-18 08:31:10 +00:00
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-17 19:01:58 +00:00
[[package]]
name = "tracing"
version = "0.1.16"
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.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tracing-core"
version = "0.1.11"
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)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "transpose"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-02 01:39:05 +00:00
[[package]]
name = "transpose"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
2020-03-02 01:39:05 +00:00
"strength_reduce 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "try-lock"
2020-07-17 19:01:58 +00:00
version = "0.2.3"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "typenum"
2020-07-17 19:01:58 +00:00
version = "1.12.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicase"
2019-12-13 09:22:37 +00:00
version = "2.6.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[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"
2020-07-17 19:01:58 +00:00
version = "0.1.13"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
[[package]]
name = "unicode-width"
2020-07-17 19:01:58 +00:00
version = "0.1.8"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-xid"
2020-07-17 19:01:58 +00:00
version = "0.2.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
[[package]]
2020-03-02 01:39:05 +00:00
name = "unindent"
2020-07-17 19:01:58 +00:00
version = "0.1.6"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
2019-09-27 17:48:24 +00:00
name = "url"
2020-03-02 01:39:05 +00:00
version = "2.1.1"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
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)",
]
2019-04-11 22:28:15 +00:00
[[package]]
2019-09-27 17:48:24 +00:00
name = "utf-8"
version = "0.7.5"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "vcpkg"
2020-07-17 19:01:58 +00:00
version = "0.2.10"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "version_check"
2020-07-17 19:01:58 +00:00
version = "0.9.2"
2019-12-13 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-04-11 22:28:15 +00:00
[[package]]
name = "want"
2019-12-18 08:31:10 +00:00
version = "0.3.0"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-11 22:28:15 +00:00
]
2019-09-27 17:48:24 +00:00
[[package]]
name = "wasi"
2020-03-02 01:39:05 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-12-18 08:31:10 +00:00
[[package]]
name = "wasm-bindgen"
2020-07-17 19:01:58 +00:00
version = "0.2.65"
2019-12-18 08:31:10 +00:00
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)",
2020-07-17 19:01:58 +00:00
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-07-17 19:01:58 +00:00
version = "0.2.65"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-07-17 19:01:58 +00:00
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2020-07-17 19:01:58 +00:00
version = "0.4.15"
2019-12-18 08:31:10 +00:00
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)",
2020-07-17 19:01:58 +00:00
"js-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-07-17 19:01:58 +00:00
version = "0.2.65"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-macro-support 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-07-17 19:01:58 +00:00
version = "0.2.65"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-backend 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-shared 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-07-17 19:01:58 +00:00
version = "0.2.65"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "web-sys"
2020-07-17 19:01:58 +00:00
version = "0.3.42"
2019-12-18 08:31:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"js-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-12-18 08:31:10 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
2020-07-17 19:01:58 +00:00
version = "0.3.9"
2019-04-11 22:28:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-09-27 17:48:24 +00:00
[[package]]
name = "winreg"
2020-07-17 19:01:58 +00:00
version = "0.7.0"
2019-09-27 17:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2020-07-17 19:01:58 +00:00
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-27 17:48:24 +00:00
]
2019-04-11 22:28:15 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
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)",
]
[metadata]
2020-07-17 19:01:58 +00:00
"checksum adler32 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
"checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
"checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
"checksum async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92"
2020-03-02 01:39:05 +00:00
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2019-12-18 08:31:10 +00:00
"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2020-07-17 19:01:58 +00:00
"checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2019-12-13 09:22:37 +00:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-07-17 19:01:58 +00:00
"checksum block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
"checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-03-02 01:39:05 +00:00
"checksum bytemuck 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37fa13df2292ecb479ec23aa06f4507928bef07839be9ef15281411076629431"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2020-07-17 19:01:58 +00:00
"checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
"checksum cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
2019-09-27 17:48:24 +00:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-07-17 19:01:58 +00:00
"checksum cfscrape 0.1.0 (git+https://github.com/Syfaro/cfscrape-rs.git)" = "<none>"
"checksum chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
2019-04-11 22:28:15 +00:00
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2020-07-17 19:01:58 +00:00
"checksum cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2019-04-11 22:28:15 +00:00
"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
2020-07-17 19:01:58 +00:00
"checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
"checksum core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
"checksum cpuid-bool 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6763c20301ab0dc67051d1b6f4cc9132ad9e6eddcb1f10c6c53ea6d6ae2183"
2019-04-11 22:28:15 +00:00
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2020-03-02 01:39:05 +00:00
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2020-07-17 19:01:58 +00:00
"checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2020-03-02 01:39:05 +00:00
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2020-07-17 19:01:58 +00:00
"checksum crypto-mac 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
"checksum cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)" = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
"checksum cssparser-macros 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
"checksum ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
"checksum deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
"checksum derive_more 0.99.9 (registry+https://github.com/rust-lang/crates.io-index)" = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
"checksum digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
"checksum dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2019-04-11 22:28:15 +00:00
"checksum dtoa-short 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59020b8513b76630c49d918c33db9f4c91638e7d3404a28084083b87e33f76f2"
2019-12-13 09:22:37 +00:00
"checksum ego-tree 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
2019-09-27 17:48:24 +00:00
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2020-07-17 19:01:58 +00:00
"checksum encoding_rs 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171"
2019-12-13 09:22:37 +00:00
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2020-07-17 19:01:58 +00:00
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-04-11 22:28:15 +00:00
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-07-17 19:01:58 +00:00
"checksum furaffinity-rs 0.1.0 (git+https://github.com/Syfaro/furaffinity-rs)" = "<none>"
2019-04-11 22:28:15 +00:00
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
2020-07-17 19:01:58 +00:00
"checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
"checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
"checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
"checksum futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
"checksum futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
"checksum futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
"checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
2019-04-11 22:28:15 +00:00
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2020-07-17 19:01:58 +00:00
"checksum generic-array 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "60fb4bb6bba52f78a471264d9a3b7d026cc0af47b22cd2cffbc0b787ca003e63"
2019-09-27 17:48:24 +00:00
"checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
2020-03-02 01:39:05 +00:00
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2020-07-17 19:01:58 +00:00
"checksum ghost 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
2019-09-27 17:48:24 +00:00
"checksum gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
2020-07-17 19:01:58 +00:00
"checksum h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
"checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
"checksum hmac 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
"checksum html5ever 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
2019-12-18 08:31:10 +00:00
"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-09-27 17:48:24 +00:00
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2020-07-17 19:01:58 +00:00
"checksum hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
"checksum hyper-tls 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
2019-09-27 17:48:24 +00:00
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2020-07-17 19:01:58 +00:00
"checksum image 0.23.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a2397fc43bd5648b7117aabb3c5e62d0e62c194826ec77b0b4d0c41e62744635"
2020-03-02 01:39:05 +00:00
"checksum img_hash 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df6c5bc88f37a165c63143e38924f691246fc77f12de0cbd126fe0c8ca3527b"
2020-07-17 19:01:58 +00:00
"checksum indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
"checksum indoc 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
"checksum indoc-impl 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
"checksum instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
"checksum inventory 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "621b50c176968fd3b0bd71f821a28a0ea98db2b5aea966b2fbb8bd1b7d310328"
"checksum inventory-impl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f99a4111304bade76468d05beab3487c226e4fe4c4de1c4e8f006e815762db73"
2019-12-13 09:22:37 +00:00
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2020-07-17 19:01:58 +00:00
"checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
"checksum jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
"checksum js-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "52732a3d3ad72c58ad2dc70624f9c17b46ecd0943b9a4f1ee37c4c18c5d983e2"
2019-04-11 22:28:15 +00:00
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-09-27 17:48:24 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-07-17 19:01:58 +00:00
"checksum libc 0.2.72 (registry+https://github.com/rust-lang/crates.io-index)" = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
"checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-04-11 22:28:15 +00:00
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2020-07-17 19:01:58 +00:00
"checksum markup5ever 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
2019-04-11 22:28:15 +00:00
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-12-13 09:22:37 +00:00
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-01-13 00:23:47 +00:00
"checksum md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2020-03-02 01:39:05 +00:00
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2020-07-17 19:01:58 +00:00
"checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
2020-03-02 01:39:05 +00:00
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
"checksum mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2020-07-17 19:01:58 +00:00
"checksum miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
"checksum mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
"checksum mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2019-04-11 22:28:15 +00:00
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2020-07-17 19:01:58 +00:00
"checksum miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
"checksum native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
"checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2020-03-02 01:39:05 +00:00
"checksum new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2019-12-13 09:22:37 +00:00
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2020-03-02 01:39:05 +00:00
"checksum num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
2020-07-17 19:01:58 +00:00
"checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
"checksum num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
"checksum num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
"checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
"checksum once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
"checksum opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
"checksum openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)" = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2019-04-11 22:28:15 +00:00
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2020-07-17 19:01:58 +00:00
"checksum openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)" = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
"checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
"checksum parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
"checksum parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
"checksum parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
"checksum paste 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
"checksum paste-impl 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
2019-09-27 17:48:24 +00:00
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-12-13 09:22:37 +00:00
"checksum phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2020-07-17 19:01:58 +00:00
"checksum phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
"checksum phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
"checksum phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
2019-12-13 09:22:37 +00:00
"checksum phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2020-07-17 19:01:58 +00:00
"checksum pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
"checksum pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
"checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
"checksum png 0.16.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c150bf7479fafe3dd8740dbe48cc33b2a3efb7b0fe3483aced8bbc39f6d0238d"
"checksum postgres 0.17.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd103028bf26298ed2960de650a0a3bb62804abebedb8e496f7d51c75aeefcdb"
"checksum postgres-protocol 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "81c5b25980f9a9b5ad36e9cdc855530575396d8a57f67e14691a2440ed0d9a90"
"checksum postgres-types 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3d14b0a4f433b0e0b565bb0fbc0ac9fc3d79ca338ba265ad0e7eef0f3bcc5e94"
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
2019-04-11 22:28:15 +00:00
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2020-07-17 19:01:58 +00:00
"checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
"checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
"checksum pyo3 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7028df4086f1e488a6192932e86de604077ef6b06eac2b0f159a3082c7450c58"
"checksum pyo3-derive-backend 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4e3c7aaceb685d2560b7c3fc46c152464c181de2baf44e57119ce43d712d1b64"
"checksum pyo3cls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053d66146897d823e8d228758fb0aefac18e8a3024585a1640dbbe885c1b07a1"
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
"checksum r2d2 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
2020-01-13 00:23:47 +00:00
"checksum r2d2_postgres 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "707d27f66f43bac1081141f6d9611fffcce7da2841ae97c7ac53619d098efe8f"
2020-03-02 01:39:05 +00:00
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-07-17 19:01:58 +00:00
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-09-27 17:48:24 +00:00
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2020-07-17 19:01:58 +00:00
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
"checksum rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
"checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
"checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
2020-03-02 01:39:05 +00:00
"checksum rustdct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4d167674b4cf68c2114bdbcd34c95aa9071652b73b0f43b19298f1d2780b7d"
"checksum rustfft 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77008ed59a8923c8b4ac2e5eaa6d28fbe893d3b9515098a4a5fc7767d6430fe5"
2020-07-17 19:01:58 +00:00
"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
"checksum schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
"checksum scheduled-thread-pool 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
2019-04-11 22:28:15 +00:00
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2020-03-02 01:39:05 +00:00
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-07-17 19:01:58 +00:00
"checksum scraper 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
"checksum security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
"checksum security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
"checksum selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
"checksum serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
2019-12-18 08:31:10 +00:00
"checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
2019-04-11 22:28:15 +00:00
"checksum servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
2020-07-17 19:01:58 +00:00
"checksum sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
2020-03-02 01:39:05 +00:00
"checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
2020-07-17 19:01:58 +00:00
"checksum siphasher 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
2019-04-11 22:28:15 +00:00
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2020-07-17 19:01:58 +00:00
"checksum smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
"checksum stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-03-02 01:39:05 +00:00
"checksum strength_reduce 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
2020-07-17 19:01:58 +00:00
"checksum string_cache 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
"checksum string_cache_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2019-04-11 22:28:15 +00:00
"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
2020-07-17 19:01:58 +00:00
"checksum subtle 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
"checksum syn 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "936cae2873c940d92e697597c5eee105fb570cd5689c695806f672883653349b"
2019-09-27 17:48:24 +00:00
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2019-04-11 22:28:15 +00:00
"checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
"checksum thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
2020-03-02 01:39:05 +00:00
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2020-07-17 19:01:58 +00:00
"checksum tiff 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f3b8a87c4da944c3f27e5943289171ac71a6150a79ff6bacfff06d159dfff2f"
"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
"checksum tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
"checksum tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
2020-03-02 01:39:05 +00:00
"checksum tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
2020-07-17 19:01:58 +00:00
"checksum tokio-postgres 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "55a2482c9fe4dd481723cf5c0616f34afc710e55dcda0944e12e7b3316117892"
"checksum tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
"checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2019-12-18 08:31:10 +00:00
"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2020-07-17 19:01:58 +00:00
"checksum tracing 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd"
"checksum tracing-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f"
2019-04-11 22:28:15 +00:00
"checksum transpose 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "643e21580bb0627c7bb09e5cedbb42c8705b19d012de593ed6b0309270b3cd1e"
2020-03-02 01:39:05 +00:00
"checksum transpose 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3311ef71dea6a1fd6bf5bfc10ec5b4bef6174048f6b481dbc6ce915ff48c0a0"
2020-07-17 19:01:58 +00:00
"checksum try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
"checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2019-12-13 09:22:37 +00:00
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2019-04-11 22:28:15 +00:00
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2020-07-17 19:01:58 +00:00
"checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
"checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
"checksum unindent 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "af41d708427f8fd0e915dcebb2cae0f0e6acb2a939b2d399c265c39a38a18942"
2020-03-02 01:39:05 +00:00
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-04-11 22:28:15 +00:00
"checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
2020-07-17 19:01:58 +00:00
"checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-12-18 08:31:10 +00:00
"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2020-03-02 01:39:05 +00:00
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-07-17 19:01:58 +00:00
"checksum wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "f3edbcc9536ab7eababcc6d2374a0b7bfe13a2b6d562c5e07f370456b1a8f33d"
"checksum wasm-bindgen-backend 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "89ed2fb8c84bfad20ea66b26a3743f3e7ba8735a69fe7d95118c33ec8fc1244d"
"checksum wasm-bindgen-futures 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "41ad6e4e8b2b7f8c90b6e09a9b590ea15cb0d1dbe28502b5a405cd95d1981671"
"checksum wasm-bindgen-macro 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "eb071268b031a64d92fc6cf691715ca5a40950694d8f683c5bb43db7c730929e"
"checksum wasm-bindgen-macro-support 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "cf592c807080719d1ff2f245a687cbadb3ed28b2077ed7084b47aba8b691f2c6"
"checksum wasm-bindgen-shared 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "72b6c0220ded549d63860c78c38f3bcc558d1ca3f4efa74942c536ddbbb55e87"
"checksum web-sys 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "8be2398f326b7ba09815d0b403095f34dd708579220d099caae89be0b32137b2"
2019-04-11 22:28:15 +00:00
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2020-07-17 19:01:58 +00:00
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-04-11 22:28:15 +00:00
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-07-17 19:01:58 +00:00
"checksum winreg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2019-04-11 22:28:15 +00:00
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"