# 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 = "mqtt_vault" version = "1.0.2" authors = ["Bruce Patterson"] description = "JSON database controlled via MQTT" homepage = "https://bpatterson.dev/projects/mqtt_vault" documentation = "https://bpatterson.dev/man/mqtt_vault.html" readme = "README.md" keywords = [ "mqtt", "database", "iot", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/bpatterson-gh/MqttVault" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.ctrlc] version = "3.4.2" features = ["termination"] [dependencies.json] version = "0.12.4" [dependencies.paho-mqtt] version = "0.12.3" [dependencies.rpassword] version = "7.3.1" [dependencies.sha3] version = "0.10.8" [dependencies.time] version = "0.3.34" features = [ "formatting", "local-offset", ] [dependencies.uuid] version = "1.7.0" features = ["v4"]