# 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 = "s3audit" version = "1.0.0" authors = ["Tim Bannister ", "David O'Rourke "] exclude = [".github", ".gitignore"] description = "Audit Amazon S3 buckets against recommended practices" homepage = "https://github.com/scalefactory/s3audit-rs" readme = "README.md" keywords = ["aws", "cli", "s3", "security"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/scalefactory/s3audit-rs" [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2" [dependencies.csv] version = "1.1" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rusoto_core] version = "0.47.0" features = ["rustls"] default-features = false [dependencies.rusoto_s3] version = "0.47.0" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" features = ["wrap_help"] [dependencies.tokio] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.rusoto_mock] version = "0.47.0" features = ["rustls"] default-features = false