# 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 = "2018" name = "aws-instance" version = "0.1.1" authors = ["Jack Lund "] description = "Create and SSH into AWS instances" readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.58" [dependencies.chrono] version = "0.4.7" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.env_logger] version = "0.6.2" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1.2.1" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_credential] version = "0.48.0" [dependencies.rusoto_ec2] version = "0.48.0" [dependencies.serde] version = "1.0.98" [dependencies.serde-xml-rs] version = "0.3.1" [dependencies.serde_derive] version = "1.0.99" [dependencies.serde_json] version = "1.0.40" [dependencies.snafu] version = "0.4.4" [dependencies.structopt] version = "0.2.18" [dependencies.tokio] version = "1.21.2"