ssmtui 1.0.9

Terminal UI for AWS SSM Parameter Store (Rust + ratatui)
# 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 = "ssmtui"
version = "1.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for AWS SSM Parameter Store (Rust + ratatui)"
homepage = "https://github.com/suraj16thjan/ssmtui"
readme = "README.md"
keywords = [
    "aws",
    "ssm",
    "tui",
    "ratatui",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/suraj16thjan/ssmtui"

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

[dependencies.aws-config]
version = "1"

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

[dependencies.aws-types]
version = "1"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.29"

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