# 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-greengrass-nucleus" version = "0.0.7" authors = ["Aaron Tsui "] description = "aws greengrass nucleus in Rust (unofficial)" homepage = "https://https://aws.amazon.com/greengrass/" documentation = "https://docs.aws.amazon.com/greengrass/" readme = "README.md" keywords = [ "aws", "iot", "edge", "embedded", ] categories = [ "embedded", "command-line-utilities", "wasm", ] license = "MIT" repository = "https://github.com/awsa2ron/aws-greengrass-nucleus-rust" resolver = "2" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1" [dependencies.aws-config] version = "0.48.0" [dependencies.aws-iot-device-sdk] version = "0.0.6" [dependencies.aws-sdk-greengrassv2] version = "0.18.0" [dependencies.aws-sdk-iot] version = "0.18.0" [dependencies.aws-sdk-s3] version = "0.18.0" [dependencies.aws-types] version = "0.48.0" [dependencies.bytes] version = "1.2.1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.dashmap] version = "5" [dependencies.once_cell] version = "1.0" [dependencies.reqwest] version = "0.11" [dependencies.rumqttc] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0.34" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"