# 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 = "bose_soundtouch" version = "1.1.0" authors = ["Tim Van Wassenhove "] description = "Client library for the Bose SoundTouch API" homepage = "https://github.com/timvw/bose_soundtouch" readme = "README.md" keywords = [ "bose", "soundtouch", "client", ] license = "Apache-2.0" repository = "https://github.com/timvw/bose_soundtouch" [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.thiserror] version = "1.0.59" [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dev-dependencies.tokio] version = "1.37.0" features = [ "full", "tracing", ]