# 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 = "lighthouse" version = "0.2.1" authors = ["Finnkauski "] description = "Command line tool and Philips Hue light control framework wrapping up the Hue API" homepage = "https://finnkauski.com" documentation = "https://docs.rs/lighthouse/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/finnkauski/lighthouse" [dependencies.futures] version = "0.3.5" [dependencies.palette] version = "0.5.0" optional = true [dependencies.reqwest] version = "0.10.6" features = ["json"] default-features = false [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dependencies.ssdp] version = "0.7.0" [dependencies.tokio] version = "0.2" features = ["rt-core", "stream"] [dependencies.url] version = "2.1.1" [features] color = ["palette"] default = [] persist = []