# 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 = "ssmpuller" version = "0.1.0" authors = ["Lina <61861965+l1na-forever@users.noreply.github.com>"] description = "Generates a systemd EnvironmentFile from AWS Systems Manager parameters." license = "MIT OR Apache-2.0" repository = "https://github.com/l1na-forever/ssmpuller" resolver = "2" [profile.release] opt-level = "z" lto = true strip = true [dependencies.aws-config] version = "0.10" [dependencies.aws-sdk-ssm] version = "0.10" [dependencies.aws-types] version = "0.10" [dependencies.structopt] version = "0.3" default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tempfile] version = "3"