# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sonor" version = "2.0.0" authors = ["Jakob Hellermann "] description = "a library for controlling sonos speakers" readme = "README.md" keywords = [ "sonos", "async", "audio", "upnp", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/jakobhellermann/sonor" [dependencies.futures-util] version = "0.3" features = ["alloc"] default-features = false [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.roxmltree] version = "0.18" [dependencies.rupnp] version = "2.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "time", ]