# 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 = "claws" version = "1.0.2" authors = ["Nicholas Bishop "] description = "AWS command line tool" readme = "README.md" keywords = [ "aws", "cli", "cloudwatch", "s3", "ec2", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/claws" [dependencies.anyhow] version = "1.0.57" features = ["std"] default_features = false [dependencies.fehler] version = "1.0.0" default_features = false [dependencies.rusoto_core] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.rusoto_ec2] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.rusoto_logs] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.rusoto_s3] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.structopt] version = "0.3.26" default_features = false [badges.maintenance] status = "deprecated"