|
@@ -2,12 +2,13 @@
|
|
|
name = "librespot"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"librespot-protocol 0.1.0",
|
|
|
"mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
|
|
|
+ "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
+ "protobuf 1.0.0 (git+https://github.com/stepancheg/rust-protobuf.git)",
|
|
|
"protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
|
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
|
|
@@ -15,6 +16,7 @@ dependencies = [
|
|
|
"rust-gmp 0.2.0 (git+https://github.com/plietar/rust-gmp.git)",
|
|
|
"shannon 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
|
|
|
"vergen 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vorbis 0.0.11 (git+https://github.com/plietar/vorbis-rs)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -22,24 +24,29 @@ name = "bitflags"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
-version = "0.3.9"
|
|
|
+version = "0.3.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "gcc"
|
|
|
-version = "0.3.5"
|
|
|
+version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "lazy_static"
|
|
|
-version = "0.1.10"
|
|
|
+version = "0.1.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.1.7"
|
|
|
+version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -47,7 +54,7 @@ name = "librespot-protocol"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
|
|
|
+ "protobuf 1.0.0 (git+https://github.com/stepancheg/rust-protobuf.git)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -57,29 +64,63 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
-version = "0.1.24"
|
|
|
+version = "0.1.25"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ogg-sys"
|
|
|
+version = "0.0.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkg-config"
|
|
|
+version = "0.3.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "portaudio"
|
|
|
+version = "0.1.2"
|
|
|
+source = "git+https://github.com/mvdnes/portaudio-rs#a6432fb11acebb5a2d9997fc0019eeb482ba435d"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "portaudio_sys 0.1.0 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "portaudio_sys"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/mvdnes/portaudio-rs#a6432fb11acebb5a2d9997fc0019eeb482ba435d"
|
|
|
+dependencies = [
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf"
|
|
|
-version = "0.0.10"
|
|
|
-source = "git+https://github.com/stepancheg/rust-protobuf.git#41fde39aed305e0fb71ef6a8d92b35ee50550bde"
|
|
|
+version = "1.0.0"
|
|
|
+source = "git+https://github.com/stepancheg/rust-protobuf.git#d6e80593f38ce47dfa0c4912a3558fa33ee06143"
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf_macros"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/plietar/rust-protobuf-macros.git#e95dbc5bdf6c13787e2385d66d9d003afcaf9f17"
|
|
|
+source = "git+https://github.com/plietar/rust-protobuf-macros.git#5fa976178a48b01bdf2da6d5e7929367e348ea04"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -92,46 +133,51 @@ name = "rust-crypto"
|
|
|
version = "0.2.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rust-gmp"
|
|
|
version = "0.2.0"
|
|
|
-source = "git+https://github.com/plietar/rust-gmp.git#eaf298870d63712d18f8fab6bbbf0cb1e14dbb7f"
|
|
|
+source = "git+https://github.com/plietar/rust-gmp.git#db2bb627165b12ebe18a41a941ac6284ce9b895d"
|
|
|
+dependencies = [
|
|
|
+ "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustc-serialize"
|
|
|
-version = "0.3.14"
|
|
|
+version = "0.3.15"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "shannon"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/plietar/rust-shannon.git#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
|
|
|
+source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
|
|
|
dependencies = [
|
|
|
+ "byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
|
|
|
"shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "shannon-sys"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/plietar/rust-shannon.git#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
|
|
|
+source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "time"
|
|
|
-version = "0.1.25"
|
|
|
+version = "0.1.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -139,7 +185,41 @@ name = "vergen"
|
|
|
version = "0.0.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bitflags 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "vorbis"
|
|
|
+version = "0.0.11"
|
|
|
+source = "git+https://github.com/plietar/vorbis-rs#cff6b4222cebd0fb31bcbc2e14a7ba575548c703"
|
|
|
+dependencies = [
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "vorbis-sys"
|
|
|
+version = "0.0.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "vorbisfile-sys"
|
|
|
+version = "0.0.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|