aws_utils_secretsmanager 0.4.0

AWS Secrets Manager utilities for retrieving secret values
Documentation
# 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 = "aws_utils_secretsmanager"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS Secrets Manager utilities for retrieving secret values"
homepage = "https://github.com/UniqueVision/utilities.aws-utils"
documentation = "https://docs.rs/aws_utils_secretsmanager"
readme = "README.md"
keywords = [
    "aws",
    "secrets-manager",
    "secrets",
    "credentials",
    "cloud",
]
categories = [
    "api-bindings",
    "web-programming",
    "config",
]
license = "MIT"
repository = "https://github.com/UniqueVision/utilities.aws-utils"

[lib]
name = "aws_utils_secretsmanager"
path = "src/lib.rs"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.anyhow]
version = "1"

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