|
|
|
@ -1,3 +1,32 @@
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aes"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aes-soft 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"aesni 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"block-cipher-trait 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aes-soft"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-cipher-trait 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aesni"
|
|
|
|
|
version = "0.3.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-cipher-trait 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
@ -14,6 +43,11 @@ dependencies = [
|
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayref"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.4.7"
|
|
|
|
@ -67,6 +101,42 @@ name = "bitflags"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-cipher-trait"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-modes"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-cipher-trait 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"block-padding 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block-padding"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "byte-tools"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
@ -91,6 +161,11 @@ name = "cfg-if"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "constant_time_eq"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
@ -129,6 +204,23 @@ dependencies = [
|
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crypto-mac"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dns-parser"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
@ -178,6 +270,11 @@ dependencies = [
|
|
|
|
|
"serde 1.0.43 (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 = "fuchsia-zircon"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
@ -211,11 +308,33 @@ name = "gcc"
|
|
|
|
|
version = "0.3.54"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getopts"
|
|
|
|
|
version = "0.2.17"
|
|
|
|
|
source = "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 = "hmac"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
|
|
|
|
version = "1.2.4"
|
|
|
|
@ -371,6 +490,7 @@ dependencies = [
|
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.11.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"librespot-audio 0.1.0",
|
|
|
|
|
"librespot-connect 0.1.0",
|
|
|
|
@ -383,10 +503,10 @@ dependencies = [
|
|
|
|
|
"protobuf 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rpassword 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-signal 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -398,6 +518,7 @@ dependencies = [
|
|
|
|
|
name = "librespot-audio"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -406,7 +527,6 @@ dependencies = [
|
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-bigint 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
|
|
"vorbis 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -416,9 +536,12 @@ dependencies = [
|
|
|
|
|
name = "librespot-connect"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"block-modes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hmac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.11.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"librespot-core 0.1.0",
|
|
|
|
|
"librespot-playback 0.1.0",
|
|
|
|
@ -428,10 +551,10 @@ dependencies = [
|
|
|
|
|
"num-bigint 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"protobuf 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -440,12 +563,15 @@ dependencies = [
|
|
|
|
|
name = "librespot-core"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"block-modes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"extprim 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hmac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper 0.11.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hyper-proxy 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -455,13 +581,14 @@ dependencies = [
|
|
|
|
|
"num-bigint 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pbkdf2 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"protobuf 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rpassword 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"shannon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -700,6 +827,21 @@ dependencies = [
|
|
|
|
|
"pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "opaque-debug"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pbkdf2"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
@ -824,24 +966,6 @@ dependencies = [
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-crypto"
|
|
|
|
|
version = "0.2.36"
|
|
|
|
|
source = "git+https://github.com/awmath/rust-crypto.git?branch=avx2#394c247254dbe2ac5d44483232cf335d10cf0260"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-crypto"
|
|
|
|
|
version = "0.2.36"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
replace = "rust-crypto 0.2.36 (git+https://github.com/awmath/rust-crypto.git?branch=avx2)"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-serialize"
|
|
|
|
|
version = "0.3.24"
|
|
|
|
@ -945,6 +1069,17 @@ dependencies = [
|
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sha-1"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "shannon"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
@ -1224,6 +1359,11 @@ dependencies = [
|
|
|
|
|
"pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-util"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
@ -1397,8 +1537,12 @@ dependencies = [
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
|
"checksum aes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0275405eedf13afd19de588add12a3b0d481a50b194eeb826e9dece11e741331"
|
|
|
|
|
"checksum aes-soft 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91f401742d8c1b0a3d01f53563f98d8ef0beea460b8d37322faf9fb4c7977cfa"
|
|
|
|
|
"checksum aesni 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b1ca074691b47c3dc585e05e45f6d069c75d0209069ca09b1c49ea37720e7b5f"
|
|
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
|
|
|
|
"checksum alsa 0.0.1 (git+https://github.com/plietar/rust-alsa)" = "<none>"
|
|
|
|
|
"checksum arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd1479b7c29641adbd35ff3b5c293922d696a92f25c8c975da3e0acbc87258f"
|
|
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
|
|
|
"checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557"
|
|
|
|
|
"checksum base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9263aa6a38da271eec5c91a83ce1e800f093c8535788d403d626d8d5c3f8f007"
|
|
|
|
@ -1407,26 +1551,38 @@ dependencies = [
|
|
|
|
|
"checksum bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c"
|
|
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
|
|
|
|
"checksum bitflags 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1b2bf7093258c32e0825b635948de528a5949799dcd61bef39534c8aab95870c"
|
|
|
|
|
"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
|
|
|
|
|
"checksum block-cipher-trait 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd4e45002699a6d10345f5fee7a99545e5bcf3be02d631d7fff9217f8d3cebbd"
|
|
|
|
|
"checksum block-modes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "862511b40f91a3305dc119fdfdc25b561779f78828495e41b71d360b8c9f56df"
|
|
|
|
|
"checksum block-padding 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75bc2cfa52dc218b47ea000b15e6e5d00ca2f831db31e41592383c14d8802907"
|
|
|
|
|
"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
|
|
|
|
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
|
|
"checksum byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87"
|
|
|
|
|
"checksum bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59"
|
|
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
|
|
"checksum crossbeam-deque 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c1bdc73742c36f7f35ebcda81dbb33a7e0d33757d03a06d9ddca762712ec5ea2"
|
|
|
|
|
"checksum crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4e2817eb773f770dcb294127c011e22771899c21d18fce7dd739c0b9832e81"
|
|
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
|
|
|
|
"checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
|
|
|
|
|
"checksum crypto-mac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7afa06d05a046c7a47c3a849907ec303504608c927f4e85f7bfff22b7180d971"
|
|
|
|
|
"checksum digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b29c278aa8fd30796bd977169e8004b4aa88cdcd2f32a6eb22bc2d5d38df94a"
|
|
|
|
|
"checksum dns-parser 0.3.2 (git+https://github.com/plietar/dns-parser)" = "<none>"
|
|
|
|
|
"checksum dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d748509dea20228f63ba519bf142ce2593396386125b01f5b0d6412dab972087"
|
|
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
|
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
|
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
|
|
|
|
"checksum extprim 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb09b6eb24a48a5c57729e4a60980bf538b3662c3bcec04b6c7908d7a0f3d9b9"
|
|
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
"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 futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
|
|
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
|
|
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
|
|
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
|
"checksum hmac 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "efb895368093a17d136b1d9eecdb607c7aa038a452e646c74e37ded2da106285"
|
|
|
|
|
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
|
|
|
|
|
"checksum hyper 0.11.25 (registry+https://github.com/rust-lang/crates.io-index)" = "549dbb86397490ce69d908425b9beebc85bbaad25157d67479d4995bb56fdf9a"
|
|
|
|
|
"checksum hyper-proxy 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44f0925de2747e481e6e477dd212c25e8f745567f02f6182e04d27b97c3fbece"
|
|
|
|
@ -1466,6 +1622,8 @@ dependencies = [
|
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
|
|
"checksum ogg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8de5433300a8a0ba60a3207766a3ce9efdede6aaab23311b5a8cf1664fe2e9"
|
|
|
|
|
"checksum ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a95b8c172e17df1a41bf8d666301d3b2c4efeb90d9d0415e2a4dc0668b35fdb2"
|
|
|
|
|
"checksum opaque-debug 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d620c9c26834b34f039489ac0dfdb12c7ac15ccaf818350a64c9b5334a452ad7"
|
|
|
|
|
"checksum pbkdf2 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d389750af68dcb6d6b2d6cf4aa234d2929b311a31a74aa8bb33e13a27784b8d"
|
|
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
"checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
|
|
|
|
|
"checksum portaudio-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "029e0ab393b44b2d825efbc755cae51c36be7a99d91356b2052be0ed05836636"
|
|
|
|
@ -1482,8 +1640,6 @@ dependencies = [
|
|
|
|
|
"checksum regex-syntax 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd90079345f4a4c3409214734ae220fd773c6f2e8a543d07370c6c1c369cfbfb"
|
|
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
|
|
|
|
"checksum rpassword 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ec4bdede957362ec6fdd550f7e79c6d14cad2bc26b2d062786234c6ee0cb27bb"
|
|
|
|
|
"checksum rust-crypto 0.2.36 (git+https://github.com/awmath/rust-crypto.git?branch=avx2)" = "<none>"
|
|
|
|
|
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
|
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
|
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
|
|
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
|
|
|
@ -1498,6 +1654,7 @@ dependencies = [
|
|
|
|
|
"checksum serde_derive 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)" = "aa113e5fc4b008a626ba2bbd41330b56c9987d667f79f7b243e5a2d03d91ed1c"
|
|
|
|
|
"checksum serde_derive_internals 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d30c4596450fd7bbda79ef15559683f9a79ac0193ea819db90000d7e1cae794"
|
|
|
|
|
"checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
|
|
|
|
|
"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
|
|
|
|
|
"checksum shannon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561"
|
|
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
|
|
|
|
"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
|
|
|
|
@ -1525,6 +1682,7 @@ dependencies = [
|
|
|
|
|
"checksum tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "137bda266504893ac4774e0ec4c2108f7ccdbcb7ac8dced6305fe9e4e0b5041a"
|
|
|
|
|
"checksum tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)" = "<none>"
|
|
|
|
|
"checksum tremor-sys 0.1.0 (git+https://github.com/plietar/rust-tremor)" = "<none>"
|
|
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
|
|
|
|
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
|
|
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
|