# 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 = "aws-iot-device-sdk-rust" version = "0.4.1" authors = ["Arnstein Kleven "] include = [ "src/lib.rs", "src/async_client.rs", "src/sync_client.rs", "src/settings.rs", "src/error.rs", "Cargo.toml", "README.md", ] description = "An easy to use SDK for connecting to AWS IoT Core." documentation = "https://docs.rs/aws-iot-device-sdk-rust" readme = "README.md" license = "MIT" repository = "https://github.com/arnstein/aws-iot-device-sdk-rust" [dependencies.bus] version = "2.4.0" optional = true [dependencies.mqtt4bytes] version = "0.1.6" [dependencies.rumqttc] version = "0.15.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.14.0" features = [ "rt-multi-thread", "sync", "macros", "net", "time", "fs", ] optional = true [features] async = ["dep:tokio"] default = ["async"] sync = ["dep:bus"]