# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "huelib" version = "0.13.2" authors = ["Niklas Sauter "] description = "Rust bindings for the Philips Hue API" readme = "README.md" keywords = ["philips", "hue", "light"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/nn1ks/huelib-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.derive_setters] version = "0.1.5" [dependencies.mime] version = "0.3.16" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" optional = true [dependencies.serde_json] version = "1.0.68" [dependencies.serde_repr] version = "0.1.7" [dependencies.thiserror] version = "1.0.30" [dependencies.ureq] version = "2.3.0" features = ["json"] [dependencies.url] version = "2.2.2" features = ["serde"] optional = true [dependencies.uuid] version = "0.8.2" features = ["serde"] optional = true [features] old-api = [] upnp-description = ["serde-xml-rs", "url", "uuid", "mime"]