# 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 = "query-rds-data" version = "4.0.1" authors = ["Bruce Adams "] description = "Query AWS RDS Data from the command line" homepage = "https://github.com/bruceadams/query-rds-data" readme = "README.md" keywords = [ "aws", "cli", "database", "rds", "sql", ] categories = [ "database", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/bruceadams/query-rds-data" [package.metadata.wix] eula = false license = false path-guid = "075BF4CA-796D-4C0B-9581-16ED1E63B843" upgrade-guid = "64DEDA6E-4F29-4D84-89F1-5980100A2426" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.79" [dependencies.aws-config] version = "1.1.5" [dependencies.aws-sdk-rds] version = "1.16.0" [dependencies.aws-sdk-rdsdata] version = "1.13.0" [dependencies.aws-sdk-secretsmanager] version = "1.15.0" [dependencies.aws-types] version = "1.1.5" [dependencies.clap] version = "4.5.0" features = [ "cargo", "derive", "env", "wrap_help", ] [dependencies.csv] version = "1.3.0" [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]