# 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 = "pyrinas-server" version = "0.4.3" authors = ["Jared Wolff "] description = "IoT Server with built-in OTA support and data logging capabilities." readme = "Readme.md" keywords = ["ota", "mqtt", "iot"] license = "Apache-2.0" repository = "https://github.com/pyrinas-iot/pyrinas-server-rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" [dependencies.env_logger] version = "0.9" [dependencies.flume] version = "0.10.2" [dependencies.futures] version = "0.3.13" [dependencies.influxdb] version = "0.4" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.pyrinas-shared] version = "0.3.2" [dependencies.rumqttd] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["net", "rt", "macros", "io-util"] default-features = false [dependencies.tokio-compat-02] version = "0.2.0" [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.toml] version = "0.5.8" [dependencies.warp] version = "0.3" [features] default = ["use-native-tls"] use-native-tls = ["rumqttd/use-native-tls"] use-rustls = ["rumqttd/use-rustls"]