# 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" rust-version = "1.69" name = "aws-dev-machine" version = "0.0.17" publish = true description = "aws-dev-machine spec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gyuho/aws-dev-machine" [[bin]] name = "aws-dev-machine" path = "src/main.rs" [dependencies.aws-manager] version = "0.28.11" features = [ "autoscaling", "cloudformation", "ec2", "kms", "s3", "sts", ] [dependencies.aws-sdk-cloudformation] version = "0.28.0" [dependencies.aws-sdk-ec2] version = "0.28.0" [dependencies.clap] version = "4.3.0" features = [ "cargo", "derive", ] [dependencies.compress-manager] version = "0.0.10" [dependencies.crossterm] version = "0.26.1" [dependencies.dialoguer] version = "0.10.4" [dependencies.env_logger] version = "0.10.0" [dependencies.id-manager] version = "0.0.3" [dependencies.log] version = "0.4.18" [dependencies.public-ip] version = "0.2.2" [dependencies.random-manager] version = "0.0.5" [dependencies.rust-embed] version = "6.6.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.tokio] version = "1.28.2" features = ["full"] [dev-dependencies.tempfile] version = "3.5.0"