# 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 = "qbutton-pi" version = "0.1.0" authors = ["Andrew Walbran "] description = "Service to send Google Assistant commands in response to 433 MHz RF codes." readme = "README.md" keywords = [ "rf", "433mhz", "googleassistant", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/qwandor/qbutton-pi" [package.metadata.deb] assets = [ [ "target/release/qbutton-pi", "usr/bin/", "755", ], [ "qbutton-pi.example.toml", "etc/qbutton-pi.toml", "640", ], [ "README.md", "usr/share/doc/qbutton-pi/", "644", ], ] conf-files = ["/etc/qbutton-pi.toml"] depends = "libc6" maintainer-scripts = "debian-scripts" section = "net" [package.metadata.deb.systemd-units] [dependencies.cc1101] version = "0.1.3" features = ["std"] [dependencies.embedded-hal-bus] version = "0.1.0" features = ["std"] [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.16" [dependencies.googapis] version = "0.6.0" features = ["google-assistant-embedded-v1alpha2"] [dependencies.log] version = "0.4.21" [dependencies.oauth2] version = "4.1.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rfbutton] version = "0.1.1" [dependencies.rppal] version = "0.17.1" features = ["hal"] [dependencies.serde] version = "1.0.197" [dependencies.tokio] version = "1.37" features = [ "rt-multi-thread", "time", "fs", "macros", ] [dependencies.toml] version = "0.8.12" [dependencies.tonic] version = "0.6.2" features = ["tls"]