mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
249 lines
8.2 KiB
TOML
249 lines
8.2 KiB
TOML
[root]
|
|
name = "librespot"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"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.25 (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)",
|
|
"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)",
|
|
"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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.1.2"
|
|
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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "librespot-protocol"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf 1.0.1 (git+https://github.com/plietar/rust-protobuf.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mod_path"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num"
|
|
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.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#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)",
|
|
"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#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
|
|
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 = "1.0.1"
|
|
source = "git+https://github.com/plietar/rust-protobuf.git#dae87e292a52a66da7f78ef4d8599d84303f0378"
|
|
|
|
[[package]]
|
|
name = "protobuf_macros"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/plietar/rust-protobuf-macros.git#3b49de3937a34b7a21be1d13caea4348a93c6de4"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.8"
|
|
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 = "readall"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/plietar/rust-readall.git#d2bcc1de325705230e79ba444cde2f39b469f891"
|
|
|
|
[[package]]
|
|
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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-gmp"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/plietar/rust-gmp.git#cc003c224559f6035cd34a7ed5c6284a49785816"
|
|
dependencies = [
|
|
"num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
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#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#c6be8a879a523a77d81c50df46faa891b76fea25"
|
|
dependencies = [
|
|
"gcc 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.30"
|
|
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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "0.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.30 (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"
|
|
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)",
|
|
]
|
|
|
|
[[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-build"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|