|
@@ -4,6 +4,7 @@ version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "clippy 0.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"eventual 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -12,6 +13,7 @@ dependencies = [
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"librespot-protocol 0.1.0",
|
|
|
"num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
"protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"protobuf_macros 0.3.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
@@ -90,11 +92,24 @@ name = "chunked_transfer"
|
|
|
version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "clippy"
|
|
|
+version = "0.0.53"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "regex-syntax 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "toml 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cookie"
|
|
|
version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
+ "openssl 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -180,6 +195,14 @@ name = "gcc"
|
|
|
version = "0.3.25"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "gdi32-sys"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "getopts"
|
|
|
version = "0.2.14"
|
|
@@ -209,6 +232,7 @@ dependencies = [
|
|
|
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -235,7 +259,7 @@ name = "kernel32-sys"
|
|
|
version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -267,6 +291,14 @@ dependencies = [
|
|
|
"protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "libressl-pnacl-sys"
|
|
|
+version = "2.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "log"
|
|
|
version = "0.3.5"
|
|
@@ -289,6 +321,11 @@ dependencies = [
|
|
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "nom"
|
|
|
+version = "1.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
version = "0.1.31"
|
|
@@ -316,11 +353,54 @@ dependencies = [
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "openssl"
|
|
|
+version = "0.7.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys-extras 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-sys"
|
|
|
+version = "0.7.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-sys-extras"
|
|
|
+version = "0.7.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "pkg-config"
|
|
|
version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "pnacl-build-helper"
|
|
|
+version = "1.4.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "portaudio"
|
|
|
version = "0.2.0"
|
|
@@ -392,6 +472,11 @@ dependencies = [
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rpassword"
|
|
|
version = "0.1.3"
|
|
@@ -400,7 +485,7 @@ dependencies = [
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -433,6 +518,14 @@ name = "semver"
|
|
|
version = "0.1.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "semver"
|
|
|
+version = "0.2.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "nom 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
version = "0.6.15"
|
|
@@ -499,6 +592,14 @@ dependencies = [
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tempdir"
|
|
|
+version = "0.3.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
version = "2.0.1"
|
|
@@ -507,7 +608,7 @@ dependencies = [
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -516,7 +617,7 @@ version = "0.2.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -534,7 +635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -550,6 +651,14 @@ dependencies = [
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "toml"
|
|
|
+version = "0.1.28"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "traitobject"
|
|
|
version = "0.0.1"
|
|
@@ -627,6 +736,15 @@ dependencies = [
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "user32-sys"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "winapi 0.2.6 (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 = "uuid"
|
|
|
version = "0.1.18"
|
|
@@ -681,7 +799,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
-version = "0.2.5"
|
|
|
+version = "0.2.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|