# 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 = "bluos-api-rs" version = "1.1.2" description = "BluOS API wrappers for Rust" readme = "README.md" keywords = [ "bluos", "control", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/coral/bluos-api-rs" [dependencies.futures] version = "0.3.19" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.16.1" features = [ "macros", "rt-multi-thread", ] optional = true [dependencies.zeroconf] version = "0.14.1" optional = true [dev-dependencies.anyhow] version = "1.0.53" [features] default = ["discover"] discover = [ "tokio", "zeroconf", ]