# 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 = "2018" name = "purple-hue" version = "0.2.2" authors = ["Mike Zorn "] description = "Change a hue light's color based on air quality data from purple air." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mike-zorn/purple-hue" [dependencies.config] version = "0.10.1" [dependencies.dirs] version = "1.0.4" [dependencies.failure] version = "0.1" [dependencies.hueclient] version = "0.3.10" [dependencies.log] version = "0.4" [dependencies.quicli] version = "0.4" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.2" [dependencies.tint] version = "1.0.1"