# 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 = "aws-ec2" version = "0.5.0" description = "A tool to run commands on AWS EC2 instances." readme = "./README.md" license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/aws-ec2" [dependencies.aws-config] version = "0.56.1" [dependencies.aws-sdk-ec2] version = "0.31.2" [dependencies.aws-smithy-http] version = "0.56.1" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.flate2] version = "1.0.27" [dependencies.http] version = "0.2.9" [dependencies.ssh2] version = "0.9.4" [dependencies.tar] version = "0.4.40" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.uuid] version = "1.4.1" features = ["v4"]