# 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 = "huemanity" version = "0.1.6" authors = ["Finnkauski "] description = "A simple wrapper and CLI for the Phillips Hue lights. Added registration, but you need to know the IP of the bridge." homepage = "https://finnkauski.com" documentation = "https://docs.rs/huemanity/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/finnkauski/huemanity" [lib] name = "huemanity" path = "src/lib.rs" [[bin]] name = "huemanity" path = "src/bin/huemanity.rs" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.dotenv] version = "0.15.0" [dependencies.http] version = "0.1.21" [dependencies.reqwest] version = "0.9.24" [dependencies.serde] version = "1.0.103" [dependencies.serde_json] version = "1.0.44"