ssmm 0.2.1

AWS SSM Parameter Store helper for team-scoped .env sync (systemd friendly)
# 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 = "2024"
name = "ssmm"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS SSM Parameter Store helper for team-scoped .env sync (systemd friendly)"
homepage = "https://github.com/kok1eee/ssmm"
readme = "README.md"
keywords = [
    "aws",
    "ssm",
    "parameter-store",
    "dotenv",
    "systemd",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/kok1eee/ssmm"

[[bin]]
name = "ssmm"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-ssm]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tempfile]
version = "3"

[profile.release]
lto = true
codegen-units = 1
strip = true