[package] name = "sonor" version = "2.0.0" authors = ["Jakob Hellermann "] readme = "README.md" description = "a library for controlling sonos speakers" repository = "https://github.com/jakobhellermann/sonor" categories = ["network-programming", "asynchronous"] keywords = ["sonos", "async", "audio", "upnp"] license = "MIT" edition = "2018" [dependencies] rupnp = "2.0" futures-util = { version = "0.3", default-features = false, features = [ "alloc", ] } log = "0.4" roxmltree = "0.18" thiserror = "1.0" http = "0.2" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "time"] } futures = "0.3"