|
@@ -24,6 +24,8 @@ doc = false
|
|
|
path = "audio"
|
|
|
[dependencies.librespot-core]
|
|
|
path = "core"
|
|
|
+[dependencies.librespot-discovery]
|
|
|
+path = "discovery"
|
|
|
[dependencies.librespot-metadata]
|
|
|
path = "metadata"
|
|
|
[dependencies.librespot-protocol]
|
|
@@ -36,7 +38,6 @@ futures = "0.1.8"
|
|
|
getopts = "0.2.14"
|
|
|
hyper = "0.11.2"
|
|
|
log = "0.3.5"
|
|
|
-mdns = { git = "https://github.com/plietar/rust-mdns" }
|
|
|
num-bigint = "0.1.35"
|
|
|
protobuf = "1.1"
|
|
|
rand = "0.3.13"
|
|
@@ -55,7 +56,6 @@ portaudio-rs = { version = "0.3.0", optional = true }
|
|
|
libpulse-sys = { version = "0.0.0", optional = true }
|
|
|
jack = { version = "0.5.3", optional = true }
|
|
|
libc = { version = "0.2", optional = true }
|
|
|
-dns-sd = { version = "0.1.3", optional = true }
|
|
|
|
|
|
[build-dependencies]
|
|
|
rand = "0.3.13"
|
|
@@ -71,7 +71,7 @@ jackaudio-backend = ["jack"]
|
|
|
with-tremor = ["librespot-audio/with-tremor"]
|
|
|
with-lewton = ["librespot-audio/with-lewton"]
|
|
|
|
|
|
-with-dns-sd = ["dns-sd"]
|
|
|
+with-dns-sd = ["librespot-discovery/dns-sd"]
|
|
|
|
|
|
default = ["portaudio-backend"]
|
|
|
|