|
@@ -310,24 +310,19 @@ dependencies = [
|
|
name = "librespot"
|
|
name = "librespot"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "alsa 0.0.1 (git+https://github.com/plietar/rust-alsa)",
|
|
|
|
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "jack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libpulse-sys 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"librespot-audio 0.1.0",
|
|
"librespot-audio 0.1.0",
|
|
"librespot-core 0.1.0",
|
|
"librespot-core 0.1.0",
|
|
|
|
+ "librespot-discovery 0.1.0",
|
|
"librespot-metadata 0.1.0",
|
|
"librespot-metadata 0.1.0",
|
|
|
|
+ "librespot-playback 0.1.0",
|
|
"librespot-protocol 0.1.0",
|
|
"librespot-protocol 0.1.0",
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "mdns 0.2.0 (git+https://github.com/plietar/rust-mdns)",
|
|
|
|
"num-bigint 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-bigint 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "portaudio-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
"protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -392,6 +387,28 @@ dependencies = [
|
|
"vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "librespot-discovery"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.5.2 (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.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "hyper 0.11.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "librespot-core 0.1.0",
|
|
|
|
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "mdns 0.2.0 (git+https://github.com/plietar/rust-mdns)",
|
|
|
|
+ "num-bigint 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "rust-crypto 0.2.36 (git+https://github.com/awmath/rust-crypto.git?branch=avx2)",
|
|
|
|
+ "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)",
|
|
|
|
+ "tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "librespot-metadata"
|
|
name = "librespot-metadata"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -404,6 +421,22 @@ dependencies = [
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "librespot-playback"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "alsa 0.0.1 (git+https://github.com/plietar/rust-alsa)",
|
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "jack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "libpulse-sys 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "librespot-audio 0.1.0",
|
|
|
|
+ "librespot-core 0.1.0",
|
|
|
|
+ "librespot-metadata 0.1.0",
|
|
|
|
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "portaudio-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "librespot-protocol"
|
|
name = "librespot-protocol"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|