# 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 = "ross-mqtt" version = "0.1.0" authors = ["Linas Nikiperavičius "] description = "MQTT client for the Rusty Old Smart System" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-mqtt" [dependencies.chrono] version = "0.4.19" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.paho-mqtt] version = "0.9.1" [dependencies.ross-configurator] version = "1.4.0" [dependencies.ross-protocol] version = "2.4.1" features = ["std"] [dependencies.serde] version = "1.0.132" [dependencies.serde_json] version = "1.0.73" [dependencies.serialport] version = "4.0.1"