# 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 = "sentential" version = "0.4.2" authors = [ "Raymond Douglas ", "Brendan Keane ", ] description = "An execution wrapper for sententially-driven Lambdas" homepage = "https://github.com/wheegee/entry" documentation = "https://github.com/wheegee/entry" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wheegee/entry" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [[bin]] name = "entry" path = "src/main.rs" [dependencies.aws-config] version = "0.51.0" [dependencies.aws-sdk-ssm] version = "0.21.0" [dependencies.aws-smithy-http] version = "0.51.0" [dependencies.clap] version = "3.2.17" features = [ "derive", "env", ] [dependencies.http] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]