# 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 = "2021" name = "rusty-sonos" version = "0.2.5" description = "A library for communicating with and discovering Sonos speakers" readme = "README.md" keywords = [ "sonos", "speaker", "music", ] license = "MIT" repository = "https://github.com/Brendon-Hablutzel/rusty-sonos" [dependencies.reqwest] version = "0.11.23" [dependencies.roxmltree] version = "0.19.0" [dependencies.xml-builder] version = "0.5.2" [dev-dependencies.tokio-test] version = "0.4.3"