query-rds-data 0.3.0

Query AWS RDS Data from the command line
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "query-rds-data"
version = "0.3.0"
authors = ["Bruce Adams <bruce.adams@acm.org>"]
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"
[dependencies.futures]
version = "0.1.28"

[dependencies.quicli]
version = "0.4.0"

[dependencies.rusoto_core]
version = "0.40.0"

[dependencies.rusoto_rds]
version = "0.40.0"

[dependencies.rusoto_rds_data]
version = "0.40.0"

[dependencies.rusoto_secretsmanager]
version = "0.40.0"

[dependencies.structopt]
version = "0.3.0"
features = ["wrap_help"]

[dependencies.tokio]
version = "0.1.22"
[badges.travis-ci]
repository = "bruceadams/query-rds-data"