mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
98 lines
3.1 KiB
TOML
98 lines
3.1 KiB
TOML
[root]
|
|
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)",
|
|
"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.9 (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)",
|
|
"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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "mod_path"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.24"
|
|
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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "protobuf"
|
|
version = "0.0.9"
|
|
source = "git+https://github.com/plietar/rust-protobuf.git#f26efc36c09602109a01885449e16d15a8494cb8"
|
|
|
|
[[package]]
|
|
name = "protobuf_macros"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/plietar/rust-protobuf-macros.git#3631dbaac78e955b36fdb71bb79c9b3cdc4bd4d9"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-crypto"
|
|
version = "0.2.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.6 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (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"
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|