# 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 = "athenacli" version = "0.1.0" authors = ["Cameron Daniel "] description = "CLI tool for running queries against AWS Athena" homepage = "https://github.com/ccakes/athenacli-rs" readme = "README.md" keywords = ["aws", "athena", "database", "sql"] license = "MIT" repository = "https://github.com/ccakes/athenacli-rs" [dependencies.ascii_table] version = "^3.0" [dependencies.byte-unit] version = "^4.0" [dependencies.http] version = "^0.2" [dependencies.humantime] version = "^2.0" [dependencies.hyper] version = "^0.13" [dependencies.hyper-proxy] version = "^0.7" [dependencies.rusoto_athena] version = "^0.45" [dependencies.rusoto_core] version = "^0.45" [dependencies.rusoto_signature] version = "^0.45" [dependencies.structopt] version = "^0.3" [dependencies.tokio] version = "> 0.2.20" features = ["macros", "rt-core", "time"] [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.2" [dependencies.uuid] version = "^0.8" features = ["v4"]