[package] name = "fundamentum-iot-mqtt-proto" description = "Bindings to Fundamentum IoT MQTT protos" version = "0.2.0" edition = "2021" authors = [ "Jonathan Chouinard ", ] readme = "README.md" license = "Apache-2.0" keywords = ["iot", "edge", "fundamentum", "mqtt", "protobuf"] categories = ["api-bindings"] homepage = "https://www.dimonoff.com/services/fundamentum-iot-platform-paas" repository = "https://bitbucket.org/amotus/fundamentum-iot-mqtt-proto-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] displaydoc = "0.2" prost = "0.12" thiserror = "1" [build-dependencies] prost-build = "0.12" [dev-dependencies] cargo-husky = { version = "1.5.0", default-features = false, features = ["precommit-hook", "run-cargo-fmt"] }