# 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" rust-version = "1.70.0" name = "nysm" version = "0.1.1" authors = ["Endoze "] description = "Manage secrets from Secrets Providers." homepage = "https://github.com/Endoze/nysm" documentation = "https://docs.rs/nysm" readme = "README.md" license = "MIT" repository = "https://github.com/Endoze/nysm" [profile.dist] lto = "thin" inherits = "release" [lib] name = "nysm" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "0.56" [dependencies.aws-sdk-secretsmanager] version = "0.34" [dependencies.aws-types] version = "0.56" [dependencies.bat] version = "0.24" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tabled] version = "0.14" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.lazy_static] version = "1.4.0"