librespot/Cargo.lock

334 lines
11 KiB
Plaintext
Raw Normal View History

2015-04-25 20:32:07 +00:00
[root]
name = "librespot"
version = "0.1.0"
dependencies = [
2015-09-01 11:20:37 +00:00
"bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"eventual 0.1.4 (git+https://github.com/carllerche/eventual.git)",
2015-09-01 11:20:37 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
"librespot-protocol 0.1.0",
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
"portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
"protobuf 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
"protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"shannon 0.1.1 (git+https://github.com/plietar/rust-shannon.git)",
"tempfile 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
"vergen 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"vorbis 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
]
[[package]]
name = "advapi32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
]
2015-09-01 11:20:37 +00:00
[[package]]
name = "bit-set"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-10-20 09:55:17 +00:00
"bit-vec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
]
[[package]]
name = "bit-vec"
2015-10-20 09:55:17 +00:00
version = "0.4.2"
2015-09-01 11:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.3.3"
2015-06-23 14:38:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-04-25 20:32:07 +00:00
[[package]]
name = "byteorder"
version = "0.4.2"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-09-01 11:20:37 +00:00
[[package]]
name = "eventual"
version = "0.1.4"
source = "git+https://github.com/carllerche/eventual.git#43fdda25a0a275fec919bc449a159797362b28a2"
2015-09-01 11:20:37 +00:00
dependencies = [
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
]
2015-04-25 20:32:07 +00:00
[[package]]
2015-09-01 11:20:37 +00:00
name = "gcc"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-09-01 11:20:37 +00:00
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-09-01 11:20:37 +00:00
[[package]]
name = "getopts"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-02 20:00:30 +00:00
[[package]]
name = "kernel32-sys"
2015-09-01 11:20:37 +00:00
version = "0.1.4"
2015-07-02 20:00:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.5 (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 = "kernel32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-02 20:00:30 +00:00
]
2015-04-25 20:32:07 +00:00
[[package]]
name = "lazy_static"
2015-10-20 09:55:17 +00:00
version = "0.1.15"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.4"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "librespot-protocol"
version = "0.1.0"
dependencies = [
2015-12-18 18:01:25 +00:00
"mod_path 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "log"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-04-25 20:32:07 +00:00
[[package]]
name = "mod_path"
2015-12-18 18:01:25 +00:00
version = "0.1.6"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num"
version = "0.1.29"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
]
[[package]]
name = "ogg-sys"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
]
[[package]]
name = "pkg-config"
2015-10-20 09:55:17 +00:00
version = "0.3.6"
2015-06-23 14:38:29 +00:00
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#fe7c38fd61814c6426a41cd0b95c0b17e0130cd7"
2015-06-23 14:38:29 +00:00
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"portaudio_sys 0.1.1 (git+https://github.com/mvdnes/portaudio-rs)",
2015-06-23 14:38:29 +00:00
]
[[package]]
name = "portaudio_sys"
version = "0.1.1"
source = "git+https://github.com/mvdnes/portaudio-rs#fe7c38fd61814c6426a41cd0b95c0b17e0130cd7"
2015-06-23 14:38:29 +00:00
dependencies = [
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
]
[[package]]
name = "protobuf"
version = "1.0.6"
2015-10-20 09:55:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-04-25 20:32:07 +00:00
[[package]]
name = "protobuf_macros"
version = "0.1.0"
2015-12-18 18:01:25 +00:00
source = "git+https://github.com/plietar/rust-protobuf-macros.git#4f4a16e3e643caf0566ca0a97d65b46b509ee542"
2015-04-25 20:32:07 +00:00
[[package]]
name = "rand"
version = "0.3.12"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-09-01 11:20:37 +00:00
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
]
[[package]]
name = "rpassword"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-09-01 11:20:37 +00:00
"kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"termios 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-04-25 20:32:07 +00:00
[[package]]
name = "rust-crypto"
version = "0.2.34"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
]
[[package]]
name = "rustc-serialize"
2015-09-01 11:20:37 +00:00
version = "0.3.16"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "shannon"
version = "0.1.1"
source = "git+https://github.com/plietar/rust-shannon.git#ed87ffd2cf09a2a99871900e81ecfaaac117b790"
dependencies = [
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"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#ed87ffd2cf09a2a99871900e81ecfaaac117b790"
dependencies = [
"gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-01 11:20:37 +00:00
]
[[package]]
name = "syncbox"
2015-10-20 09:55:17 +00:00
version = "0.2.4"
2015-09-01 11:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-07-07 21:40:31 +00:00
[[package]]
name = "tempfile"
version = "1.1.3"
2015-07-07 21:40:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
2015-07-07 21:40:31 +00:00
]
[[package]]
name = "termios"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-04-25 20:32:07 +00:00
[[package]]
name = "time"
version = "0.1.34"
2015-04-25 20:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "vergen"
2015-09-01 11:20:37 +00:00
version = "0.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
]
[[package]]
name = "vorbis"
2015-10-20 09:55:17 +00:00
version = "0.0.13"
2015-09-01 11:20:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-06-23 14:38:29 +00:00
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
"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.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
]
[[package]]
name = "vorbisfile-sys"
version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
2015-10-20 09:55:17 +00:00
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2015-06-23 14:38:29 +00:00
"vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
2015-04-25 20:32:07 +00:00
]
2015-07-02 20:00:30 +00:00
[[package]]
name = "winapi"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-07-02 20:00:30 +00:00
[[package]]
name = "winapi-build"
2015-09-01 11:20:37 +00:00
version = "0.1.1"
2015-07-02 20:00:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"