# 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 = "applehat" version = "0.1.0" authors = ["Andrew Walbran "] description = "Service to use a Rainbow HAT on a Raspberry Pi to show sensor data from Homie." readme = "README.md" keywords = [ "homie", "mqtt", "raspberrypi", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/alsuren/mijia-homie/" resolver = "1" [package.metadata.deb] depends = "libc6" section = "net" maintainer-scripts = "debian-scripts" conf-files = ["/etc/applehat/applehat.toml"] assets = [ [ "target/release/applehat", "usr/bin/", "755", ], [ "applehat.example.toml", "etc/applehat/applehat.toml", "640", ], [ "README.md", "usr/share/doc/applehat/", "644", ], ] [package.metadata.deb.systemd-units] [dependencies.color-backtrace] version = "0.5.1" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.25" [dependencies.homie-controller] version = "0.8.0" [dependencies.homie-device] version = "0.8.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rainbow-hat-rs] version = "0.2.1" [dependencies.rumqttc] version = "0.20.0" [dependencies.rustls] version = "0.20.8" [dependencies.rustls-native-certs] version = "0.6.2" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.stable-eyre] version = "0.2.2" [dependencies.tokio] version = "1.24.2" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5.10"