librespot/discovery/Cargo.toml
2018-02-05 09:31:09 +01:00

23 lines
536 B
TOML

[package]
name = "librespot-discovery"
version = "0.1.0"
authors = ["Paul Lietar <paul@lietar.net>"]
[dependencies.librespot-core]
path = "../core"
[dependencies]
base64 = "0.5.0"
futures = "0.1.8"
num-bigint = "0.1.35"
rand = "0.3.13"
rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
tokio-core = "0.1.2"
url = "1.3"
dns-sd = { version = "0.1.3", optional = true }
mdns = { git = "https://github.com/plietar/rust-mdns", optional = true }
[features]
with-dns-sd = ["dns-sd"]
with-mdns = ["mdns"]