# 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 = "ec2-search" version = "0.14.1" authors = ["Yuto Suzuki "] description = "search AWS ec2 easily. named ec2s" readme = "./README.md" keywords = ["ec2", "aws", "cli"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/mocyuto/ec2-search" resolver = "2" [[bin]] name = "ec2s" path = "src/main.rs" [dependencies.aws-config] version = "0.9.0" [dependencies.aws-sdk-autoscaling] version = "0.9.0" [dependencies.aws-sdk-ec2] version = "0.9.0" [dependencies.aws-sdk-elasticloadbalancingv2] version = "0.9.0" [dependencies.aws-smithy-types] version = "0.39.0" [dependencies.aws-types] version = "0.9.0" [dependencies.cli-table] version = "0.4" [dependencies.itertools] version = "0.10.3" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1" [dependencies.roxmltree] version = "0.14.1" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["full"]