mirror of https://git.zx2c4.com/wireguard-rs
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.
1425 lines
65 KiB
1425 lines
65 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "aead" |
|
version = "0.1.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 = "aho-corasick" |
|
version = "0.6.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "arraydeque" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "backtrace-sys" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bit-set" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "bit-vec" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "blake2" |
|
version = "0.8.1" |
|
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)", |
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"digest 0.8.1 (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 = "boxfnonce" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "2.6.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 = "byteorder" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "c2-chacha" |
|
version = "0.2.2" |
|
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)", |
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "chacha20" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"salsa20-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "chacha20poly1305" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aead 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chacha20 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"poly1305 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "clear_on_drop" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.40 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (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 = "crypto-mac" |
|
version = "0.7.0" |
|
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)", |
|
"subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "1.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "daemonize" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"boxfnonce 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (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 = "env_logger" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "failure" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "failure_derive" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "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.1.0 (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 = "generic-array" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasi 0.5.0 (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 = "heck" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "hjul" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ipnetwork" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "kernel32-sys" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "lazycell" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.62" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "mio-extras" |
|
version = "2.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "net2" |
|
version = "0.2.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "nom" |
|
version = "4.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (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 = "pnet" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_datalink 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_transport 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_base" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "pnet_datalink" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_macros" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_macros_support" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_packet" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_macros 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_macros_support 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_sys" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (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 = "pnet_transport" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "poly1305" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "0.4.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "proptest" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.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)", |
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rusty-fork 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "quick-error" |
|
version = "1.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.6.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.1 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.0 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.0 (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.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"getrandom 0.1.11 (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.0 (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.62 (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.7 (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.62 (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.7 (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.6 (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.56" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.16.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cc 1.0.40 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rustc-serialize" |
|
version = "0.3.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "rusty-fork" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "salsa20-core" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.99" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "sourcefile" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "stream-cipher" |
|
version = "0.3.2" |
|
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 = "subtle" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.15.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.44 (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 = "syntex" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_errors" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_pos" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_syntax" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"unicode-xid 0.0.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.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "term" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "0.3.6" |
|
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 = "treebitmap" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "utf8-ranges" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wait-timeout" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "wasm-bindgen-webidl" |
|
version = "0.2.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "weedle" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"nom 4.2.3 (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.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-build" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (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 = "wincolor" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "wireguard-rs" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"aead 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"arraydeque 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"chacha20poly1305 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"daemonize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hjul 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"pnet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"proptest 0.9.4 (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.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"ring 0.16.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"treebitmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"zerocopy 0.2.8 (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 = "x25519-dalek" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"curve25519-dalek 1.2.3 (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 = "zerocopy" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"zerocopy-derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[metadata] |
|
"checksum aead 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "529ae27769da55d955d190396e67896f49b440aff94a5b2f50900e091d168b77" |
|
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
|
"checksum arraydeque 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0ffd3d69bd89910509a5d31d1f1353f38ccffdd116dd0099bbd6627f7bd8ad8" |
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
|
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
|
"checksum backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "1371048253fa3bac6704bfd6bbfc922ee9bdcee8881330d40f308b81cc5adc55" |
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" |
|
"checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
|
"checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
|
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23" |
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
|
"checksum blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" |
|
"checksum boxfnonce 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426" |
|
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
|
"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
|
"checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" |
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
|
"checksum chacha20 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ce602601e1450409cfe3a6dea32a5de678e08c43368e860c2afa2eec58ce3dc" |
|
"checksum chacha20poly1305 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40cd3ddeae0b0ea7fe848a06e4fbf3f02463648b9395bd1139368ce42b44543e" |
|
"checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" |
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
"checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" |
|
"checksum curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7dcd30ba50cdf88b55b033456138b7c0ac4afdc436d82e1b79f370f24cc66d" |
|
"checksum daemonize 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815" |
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
|
"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
|
"checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872" |
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
|
"checksum hjul 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3306d10e330382e89dcd079f124c77273ab88920b1f83c237a99a76cc31e179" |
|
"checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" |
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
"checksum ipnetwork 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3d862c86f7867f19b693ec86765e0252d82e53d4240b9b629815675a0714ad1" |
|
"checksum js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "1efc4f2a556c58e79c5500912e221dd826bec64ff4aabd8ce71ccef6da02d7d4" |
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
|
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
|
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
|
"checksum pnet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63d693c84430248366146e3181ff9d330243464fa9e6146c372b2f3eb2e2d8e7" |
|
"checksum pnet_base 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4df28acf2fcc77436dd2b91a9a0c2bb617f9ca5f2acefee1a4135058b9f9801f" |
|
"checksum pnet_datalink 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b34f8ca857599d05b6b082e9baff8d27c54cb9c26568cf3c0993a5755816966" |
|
"checksum pnet_macros 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f16d1fa7fd0edebc36055587b8b5af8a109bbc29a55fb484a37e2029b971a7" |
|
"checksum pnet_macros_support 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84684f2cddefc37a06f2fe2ca4dcc3457fc3b282734b5246507d8ee75d2780ae" |
|
"checksum pnet_packet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a6cdcdaddc5174f18286298842a4e31cd3cc018933d42af51434b1fa07dcbe" |
|
"checksum pnet_sys 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "682b2eca84cc440bce8336813f78eb6d3cb0fed89fe0e87ae22acfca8363f176" |
|
"checksum pnet_transport 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5faa55dcf725487a699adcff88dfea8f17ea34fa2640528866d9acbb4e3a104f" |
|
"checksum poly1305 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb59dfc6d8dd49677e39bf8fdf4c62235a8d84dbe2ef2913e139d3f62bb65f70" |
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
"checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802" |
|
"checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" |
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca" |
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
"checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" |
|
"checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" |
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
|
"checksum ring 0.16.7 (registry+https://github.com/rust-lang/crates.io-index)" = "796ae8317a07b04dffb1983bdc7045ccd02f741f0b411704f07fd35dbf99f757" |
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
|
"checksum rusty-fork 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae" |
|
"checksum salsa20-core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fd325cb25b420aab2c035b5b76966d9f91b88fb54084ce6c0cd072a1ae5cda" |
|
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" |
|
"checksum spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbdb51a221842709c2dd65b62ad4b78289fc3e706a02c17a26104528b6aa7837" |
|
"checksum stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" |
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" |
|
"checksum subtle 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "01f40907d9ffc762709e4ff3eb4a6f6b41b650375a3f09ac92b641942b7fb082" |
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
|
"checksum syntex 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317" |
|
"checksum syntex_errors 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646" |
|
"checksum syntex_pos 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6" |
|
"checksum syntex_syntax 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d" |
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
|
"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
|
"checksum treebitmap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bf423939ac9ccf4083788879b883a7149176586f9cf8b0fb1fd88b66ad692b5" |
|
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" |
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
|
"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" |
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
|
"checksum untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60369ef7a31de49bcb3f6ca728d4ba7300d9a1658f94c727d4cab8c8d9f4aece" |
|
"checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
"checksum wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7" |
|
"checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc" |
|
"checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0" |
|
"checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9" |
|
"checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e" |
|
"checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d" |
|
"checksum wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "be53d289bf2fa7645a089cfd5c7a34bf4fe94221f58cf86ee42a7b4bc854ff14" |
|
"checksum web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6435c477200ad486089a7a72c2bd6c9bdf9740bd7fff868806076218076d8c51" |
|
"checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" |
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" |
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
"checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538" |
|
"checksum zerocopy 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "992b9b31f80fd4a167f903f879b8ca43d6716cc368ea01df90538baa2dd34056" |
|
"checksum zerocopy-derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b090467ecd0624026e8a6405d343ac7382592530d54881330b3fc8e400280fa5" |
|
"checksum zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86"
|
|
|