# 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 = "awsconnect" version = "0.1.2" authors = ["Arran France "] description = "A simple command line tool for accessing AWS instances via AWS Vault" readme = "README.md" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.51" [dependencies.aws-config] version = "0.6.0" [dependencies.aws-types] version = "0.6.0" [dependencies.clap] version = "3.0.14" features = ["derive", "env"] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.dotenv-parser] version = "0.1.3" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_ecs] version = "0.47.0" [dependencies.strum] version = "0.23" features = ["derive"] [dependencies.subprocess] version = "0.2.8" [dependencies.tokio] version = "1.16.1" features = ["macros", "rt-multi-thread"] [dependencies.update-informer] version = "0.2.0" [dependencies.which] version = "4.2.4"