|
@@ -7,6 +7,7 @@ dependencies = [
|
|
|
"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)",
|
|
|
+ "hyper 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"json_macros 0.3.0 (git+https://github.com/plietar/json_macros)",
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"librespot-protocol 0.1.0",
|
|
@@ -84,6 +85,15 @@ name = "chunked_transfer"
|
|
|
version = "0.3.1"
|
|
|
source = "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 = [
|
|
|
+ "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)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "dns-sd"
|
|
|
version = "0.1.3"
|
|
@@ -170,6 +180,39 @@ name = "getopts"
|
|
|
version = "0.2.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hpack"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "httparse"
|
|
|
+version = "1.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hyper"
|
|
|
+version = "0.7.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "httparse 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
+ "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)",
|
|
|
+ "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicase 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "json_macros"
|
|
|
version = "0.3.0"
|
|
@@ -191,6 +234,11 @@ dependencies = [
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "language-tags"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "lazy_static"
|
|
|
version = "0.1.15"
|
|
@@ -227,6 +275,15 @@ name = "matches"
|
|
|
version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "mime"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
version = "0.1.31"
|
|
@@ -236,6 +293,14 @@ dependencies = [
|
|
|
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "num_cpus"
|
|
|
+version = "0.2.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ogg-sys"
|
|
|
version = "0.0.9"
|
|
@@ -350,6 +415,27 @@ name = "rustc-serialize"
|
|
|
version = "0.3.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustc_version"
|
|
|
+version = "0.1.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "semver"
|
|
|
+version = "0.1.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "0.6.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "shannon"
|
|
|
version = "0.1.1"
|
|
@@ -369,6 +455,15 @@ dependencies = [
|
|
|
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "solicit"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "syncbox"
|
|
|
version = "0.2.4"
|
|
@@ -450,6 +545,11 @@ dependencies = [
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "traitobject"
|
|
|
+version = "0.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tremor"
|
|
|
version = "0.1.0"
|
|
@@ -469,6 +569,19 @@ dependencies = [
|
|
|
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "typeable"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicase"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "unicode-bidi"
|
|
|
version = "0.2.3"
|