|
@@ -2,27 +2,51 @@
|
|
|
name = "librespot"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "byteorder 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "clippy 0.0.12 (git+https://github.com/Manishearth/rust-clippy.git)",
|
|
|
+ "eventual 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lazy_static 0.1.14 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
"protobuf 1.0.1 (git+https://github.com/plietar/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)",
|
|
|
+ "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rpassword 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rust-crypto 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"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)",
|
|
|
- "tempfile 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "vergen 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "vorbis 0.0.11 (git+https://github.com/plietar/vorbis-rs)",
|
|
|
+ "tempfile 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vergen 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vorbis 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "advapi32-sys"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "winapi 0.2.2 (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 = "bit-set"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "bit-vec 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bit-vec"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "0.1.1"
|
|
@@ -35,39 +59,55 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
-version = "0.3.11"
|
|
|
+version = "0.3.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "gcc"
|
|
|
-version = "0.3.8"
|
|
|
+name = "clippy"
|
|
|
+version = "0.0.12"
|
|
|
+source = "git+https://github.com/Manishearth/rust-clippy.git#d3da9f6c81dd3e026bd679c09cea1d6b337ccd25"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "eventual"
|
|
|
+version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syncbox 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "getopts"
|
|
|
-version = "0.2.11"
|
|
|
+name = "gcc"
|
|
|
+version = "0.3.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "getopts"
|
|
|
+version = "0.2.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "kernel32-sys"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi-build 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (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 = "lazy_static"
|
|
|
-version = "0.1.11"
|
|
|
+version = "0.1.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.1.8"
|
|
|
+version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -80,10 +120,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "log"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -93,11 +133,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
-version = "0.1.25"
|
|
|
+version = "0.1.27"
|
|
|
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.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -105,8 +145,8 @@ 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)",
|
|
|
+ "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -121,7 +161,7 @@ version = "0.1.2"
|
|
|
source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
|
|
|
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)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio_sys 0.1.0 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
]
|
|
|
|
|
@@ -130,7 +170,7 @@ name = "portaudio_sys"
|
|
|
version = "0.1.0"
|
|
|
source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -142,14 +182,16 @@ source = "git+https://github.com/plietar/rust-protobuf.git#dae87e292a52a66da7f78
|
|
|
[[package]]
|
|
|
name = "protobuf_macros"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/plietar/rust-protobuf-macros.git#3b49de3937a34b7a21be1d13caea4348a93c6de4"
|
|
|
+source = "git+https://github.com/plietar/rust-protobuf-macros.git#2b6a8129e015945300cb2bb7efae2ed78042ed48"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
-version = "0.3.8"
|
|
|
+version = "0.3.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -162,10 +204,10 @@ name = "rpassword"
|
|
|
version = "0.0.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "kernel32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"termios 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -173,24 +215,24 @@ name = "rust-crypto"
|
|
|
version = "0.2.31"
|
|
|
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)",
|
|
|
- "rand 0.3.8 (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.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.32 (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#cc003c224559f6035cd34a7ed5c6284a49785816"
|
|
|
+source = "git+https://github.com/plietar/rust-gmp.git#d1bb4448fdbfa2505edadb83b6aac6257fe08ba2"
|
|
|
dependencies = [
|
|
|
- "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustc-serialize"
|
|
|
-version = "0.3.15"
|
|
|
+version = "0.3.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -198,7 +240,7 @@ name = "shannon"
|
|
|
version = "0.1.0"
|
|
|
source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
|
|
|
dependencies = [
|
|
|
- "byteorder 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.3.13 (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)",
|
|
|
]
|
|
@@ -208,18 +250,27 @@ name = "shannon-sys"
|
|
|
version = "0.1.0"
|
|
|
source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syncbox"
|
|
|
+version = "0.2.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
-version = "1.0.0"
|
|
|
+version = "1.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "kernel32-sys 0.1.2 (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)",
|
|
|
- "winapi 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -227,34 +278,34 @@ name = "termios"
|
|
|
version = "0.0.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "time"
|
|
|
-version = "0.1.30"
|
|
|
+version = "0.1.32"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "kernel32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "vergen"
|
|
|
-version = "0.0.13"
|
|
|
+version = "0.0.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "vorbis"
|
|
|
-version = "0.0.11"
|
|
|
-source = "git+https://github.com/plietar/vorbis-rs#78058c3341832969030f49cbc4b8bc9deb376776"
|
|
|
+version = "0.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (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)",
|
|
@@ -265,8 +316,8 @@ 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)",
|
|
|
+ "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (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)",
|
|
|
]
|
|
@@ -276,8 +327,8 @@ 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)",
|
|
|
+ "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.10 (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)",
|
|
@@ -285,19 +336,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
-version = "0.1.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.2.1"
|
|
|
+version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi-build"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|