|
@@ -1,44 +1,8 @@
|
|
[root]
|
|
[root]
|
|
-name = "librespot"
|
|
|
|
|
|
+name = "librespot-protocol"
|
|
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)",
|
|
|
|
- "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "error-chain 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "hyper 0.11.0-a.0 (git+https://github.com/hyperium/hyper)",
|
|
|
|
- "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "libpulse-sys 0.0.0 (git+https://github.com/astro/libpulse-sys)",
|
|
|
|
- "librespot-protocol 0.1.0",
|
|
|
|
- "linear-map 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "mdns 0.2.0 (git+https://github.com/plietar/rust-mdns)",
|
|
|
|
- "num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "num-traits 0.1.37 (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.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
|
|
- "rand 0.3.15 (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 (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)",
|
|
|
|
- "shannon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tempfile 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tokio-signal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
|
- "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
- "vorbis 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -275,10 +239,90 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "librespot-protocol"
|
|
|
|
|
|
+name = "librespot"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+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)",
|
|
|
|
+ "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "error-chain 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "hyper 0.11.0-a.0 (git+https://github.com/hyperium/hyper)",
|
|
|
|
+ "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "libpulse-sys 0.0.0 (git+https://github.com/astro/libpulse-sys)",
|
|
|
|
+ "librespot-core 0.1.0",
|
|
|
|
+ "librespot-protocol 0.1.0",
|
|
|
|
+ "linear-map 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "mdns 0.2.0 (git+https://github.com/plietar/rust-mdns)",
|
|
|
|
+ "num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "num-traits 0.1.37 (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.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
|
|
+ "rand 0.3.15 (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 (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)",
|
|
|
|
+ "shannon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tempfile 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-signal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
|
+ "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "vorbis 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "librespot-core"
|
|
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)",
|
|
|
|
+ "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "error-chain 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "hyper 0.11.0-a.0 (git+https://github.com/hyperium/hyper)",
|
|
|
|
+ "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "libpulse-sys 0.0.0 (git+https://github.com/astro/libpulse-sys)",
|
|
|
|
+ "librespot-protocol 0.1.0",
|
|
|
|
+ "linear-map 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "mdns 0.2.0 (git+https://github.com/plietar/rust-mdns)",
|
|
|
|
+ "num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "num-traits 0.1.37 (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.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
|
|
+ "rand 0.3.15 (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 (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)",
|
|
|
|
+ "shannon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tempfile 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tokio-signal 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
|
+ "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "vorbis 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|