mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
35 lines
866 B
TOML
35 lines
866 B
TOML
[package]
|
|
name = "librespot-core"
|
|
version = "0.1.0"
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
|
|
[dependencies]
|
|
base64 = "0.5.0"
|
|
byteorder = "1.0"
|
|
error-chain = { version = "0.9.0", default_features = false }
|
|
futures = "0.1.8"
|
|
hyper = "0.11.2"
|
|
lazy_static = "0.2.0"
|
|
log = "0.3.5"
|
|
num-bigint = "0.1.35"
|
|
num-integer = "0.1.32"
|
|
num-traits = "0.1.36"
|
|
protobuf = "1.1"
|
|
rand = "0.3.13"
|
|
rpassword = "0.3.0"
|
|
rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
|
|
serde = "0.9.6"
|
|
serde_derive = "0.9.6"
|
|
serde_json = "0.9.5"
|
|
shannon = "0.2.0"
|
|
tokio-core = "0.1.2"
|
|
uuid = { version = "0.4", features = ["v4"] }
|
|
|
|
[build-dependencies]
|
|
protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", features = ["with-syntex"] }
|
|
rand = "0.3.13"
|
|
vergen = "0.1.0"
|