[package] name = "librespot-connect" version = "0.1.0" authors = ["Paul Lietar "] [dependencies.librespot-core] path = "../core" [dependencies.librespot-playback] path = "../playback" [dependencies.librespot-protocol] path = "../protocol" [dependencies] base64 = "0.5.0" futures = "0.1.8" hyper = "0.11.2" log = "0.3.5" num-bigint = "0.1.35" protobuf = "2.0.5" rand = "0.6" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" tokio-core = "0.1.2" url = "1.3" sha-1 = "0.8.0" hmac = "0.7.0" aes-ctr = "0.3.0" block-modes = "0.2.0" dns-sd = { version = "0.1.3", optional = true } mdns = { git = "https://github.com/plietar/rust-mdns", optional = true } [features] default = ["mdns"] with-dns-sd = ["dns-sd"]