Web-based Calendar Aggregator
https://ticker.c3d2.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3010 lines
141 KiB
3010 lines
141 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "addr2line" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"gimli 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "arc-swap" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "ascii-canvas" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"addr2line 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"object 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-demangle 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "base-x" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bincode" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bit-set" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bit-vec" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "blake2b_simd" |
|
version = "0.5.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "block-padding" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "borrow-bag" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"skeptic 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "byte-tools" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bytecount" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cargo_metadata" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"error-chain 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "const_fn" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.14.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cookie_store" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"publicsuffix 1.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "diesel" |
|
version = "1.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pq-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "diesel_derives" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "diff" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "dirs" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_users 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)", |
|
] |
|
|
|
[[package]] |
|
name = "discard" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "docopt" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "ena" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace 0.3.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "failure" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace 0.3.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "failure_derive" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "fake-simd" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "fixedbitset" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
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-cprng" |
|
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 = [ |
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-zircon-sys" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.1.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-executor 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "futures-cpupool" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-macro 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pin-project 1.0.1 (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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "gotham" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bincode 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"borrow-bag 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cookie 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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)", |
|
"mio 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-rustls 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "gotham_derive" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.2.22 (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.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "htmlescape" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (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)", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.12.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.13.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"h2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "kernel32-sys" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lalrpop" |
|
version = "0.17.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ascii-canvas 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lalrpop-util 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string_cache 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lalrpop-util" |
|
version = "0.17.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "language-tags" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.80" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libticker" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_yaml 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "linked-hash-map" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
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 = "log" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "maybe-uninit" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.22" |
|
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)", |
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ntapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mio-named-pipes" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "mio-uds" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.4" |
|
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)", |
|
"libc 0.2.80 (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)", |
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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)", |
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "net2" |
|
version = "0.2.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "new_debug_unreachable" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "ntapi" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.21.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ordermap" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "petgraph" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.7.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "0.4.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"pin-project-internal 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"pin-project-internal 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "0.4.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "pq-sys" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "precomputed-hash" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "proc-macro-hack" |
|
version = "0.5.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "proc-macro-nested" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "publicsuffix" |
|
version = "1.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"error-chain 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark" |
|
version = "0.2.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)", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_isaac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_jitter" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_os" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_pcg" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xorshift" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rdrand" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rust-argon2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.9.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"encoding_rs 0.8.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"flate2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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)", |
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.16.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rust-argon2" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.18.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.19" |
|
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)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "sct" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.117" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.117" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.59" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.8.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"yaml-rust 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "skeptic" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"error-chain 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "0.6.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (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)", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "standback" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb" |
|
version = "0.4.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-derive" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-macros" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-runtime" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "string" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string_cache_codegen 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_codegen" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_shared" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.48" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tempdir" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "term" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ticker-serve" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"gotham 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"gotham_derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libticker 0.1.0", |
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"typed-html 0.2.2 (git+https://github.com/bodil/typed-html?rev=4c13ecca506887d07638cdf12d6ea6d51cd3b29a)", |
|
] |
|
|
|
[[package]] |
|
name = "ticker-update" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libticker 0.1.0", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.2.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"standback 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros-impl" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"standback 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "0.2.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"signal-hook-registry 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-buf" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-current-thread" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-executor" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-io" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-reactor" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-rustls" |
|
version = "0.14.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustls 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-sync" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-tcp" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-threadpool" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-timer" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"futures-sink 0.3.7 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.21" |
|
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)", |
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-futures" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "try_from" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "typed-html" |
|
version = "0.2.2" |
|
source = "git+https://github.com/bodil/typed-html?rev=4c13ecca506887d07638cdf12d6ea6d51cd3b29a#4c13ecca506887d07638cdf12d6ea6d51cd3b29a" |
|
dependencies = [ |
|
"htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"strum 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"typed-html-macros 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "typed-html-macros" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lalrpop 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lalrpop-util 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"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)", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro-support 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.24 (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.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "webpki" |
|
version = "0.21.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-build" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "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)", |
|
] |
|
|
|
[[package]] |
|
name = "yaml-rust" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[metadata] |
|
"checksum addr2line 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072" |
|
"checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
|
"checksum aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d" |
|
"checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
"checksum anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c" |
|
"checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" |
|
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
|
"checksum arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
|
"checksum ascii-canvas 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8eb72df928aafb99fe5d37b383f2fe25bd2a765e3e5f7c365916b6f2463a29" |
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
"checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
"checksum backtrace 0.3.53 (registry+https://github.com/rust-lang/crates.io-index)" = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e" |
|
"checksum base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1" |
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
"checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
"checksum bincode 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" |
|
"checksum bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" |
|
"checksum bit-vec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3" |
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
|
"checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
|
"checksum borrow-bag 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8cf5fa928e26316f52e1ce2afbcb7a0f8e28caa9e59e1a7e63d8d78d85ba56f" |
|
"checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
|
"checksum bytecount 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b92204551573580e078dc80017f36a213eb77a0450e4ddd8cfa0f3f2d1f0178f" |
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
"checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
|
"checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
|
"checksum cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)" = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" |
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
"checksum chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
"checksum const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2" |
|
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
"checksum cookie 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1373a16a4937bc34efec7b391f9c1500c30b8478a701a4f44c9165cc0475a6e0" |
|
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
"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 crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
"checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" |
|
"checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
"checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
"checksum diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c" |
|
"checksum diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3" |
|
"checksum diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" |
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" |
|
"checksum discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" |
|
"checksum docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969" |
|
"checksum dtoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b" |
|
"checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
"checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" |
|
"checksum encoding_rs 0.8.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2" |
|
"checksum error-chain 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
|
"checksum failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
|
"checksum failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f5982 |