# 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 = "iot_device_bridge" version = "1.1.1" authors = ["Andrzej Knafel "] include = [ "src/config.rs", "src/connector_aws.rs", "src/crypto.rs", "src/device_adapter.rs", "src/device_shadow.rs", "src/error.rs", "src/fleet_provisioning.rs", "src/lib.rs", "src/mqtt_client.rs", "Cargo.toml", "README.md", ] description = "Bridge between messaging of the device and the cloud IoT (e.g., AWS)." documentation = "https://docs.rs/iot_device_bridge" keywords = [ "aws", "iot", "fleet-provisioning", "device-shadow", "encryption", ] license = "MIT" repository = "https://gitlab.com/digitaldevice.link/iot-device-bridge" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.ecies] version = "0.2" [dependencies.find_folder] version = "0.3" [dependencies.ignore-result] version = "0.2" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.10" [dependencies.openssl] version = "0.10" [dependencies.rumqttc] version = "0.13" [dependencies.rustls-pemfile] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "2.1" [dependencies.tokio] version = "1.17" features = [ "rt-multi-thread", "sync", "macros", ] optional = true [dependencies.tokio-retry] version = "0.3" [dependencies.tokio-rustls] version = "0.23" [dependencies.uuid] version = "1.0" features = [ "serde", "v4", ] [features] async = ["tokio"] default = ["async"]