# 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 = "gpio-mqtt-bridge" version = "0.2.0" authors = ["Grayson Hay "] description = "A command line tool for the raspberry pi for receiving events on GPIO pins and relaying messages to MQTT" homepage = "https://github.com/graysonarts/rust-gpio-mqtt-bridge" documentation = "https://github.com/graysonarts/rust-gpio-mqtt-bridge" license = "MIT" repository = "https://github.com/graysonarts/rust-gpio-mqtt-bridge" [dependencies.colored] version = "2" [dependencies.rppal] version = "0.12.0" [dependencies.rumqttc] version = "0.7.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5.8" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [dev-dependencies.cargo-release] version = "0.17.1"