# 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.78.0" name = "s3du" version = "1.2.0" authors = ["David O'Rourke "] build = false exclude = [ ".gitignore", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Command line utility for showing space used in AWS S3 buckets" homepage = "https://github.com/phyber/s3du" readme = "README.md" keywords = [ "aws", "cli", "s3", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/phyber/s3du" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bin]] name = "s3du" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "1.0.3" features = ["behavior-version-latest"] [dependencies.aws-sdk-cloudwatch] version = "1.5.0" optional = true [dependencies.aws-sdk-s3] version = "1.5.0" optional = true [dependencies.aws-types] version = "1.0.3" [dependencies.clap] version = "4.4.11" features = [ "cargo", "color", "deprecated", "env", "error-context", "help", "std", "suggestions", "usage", "wrap_help", ] default-features = false [dependencies.http] version = "1.0" optional = true [dependencies.humansize] version = "2.1.3" [dependencies.once_cell] version = "1.19.0" [dependencies.rayon] version = "1.8" [dependencies.tokio] version = "1.35" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.aws-credential-types] version = "1.0.3" features = ["test-util"] [dev-dependencies.aws-smithy-runtime] version = "1.1.0" features = [ "client", "test-util", ] [dev-dependencies.aws-smithy-types] version = "1.1.0" [dev-dependencies.http] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4" [features] cloudwatch = ["aws-sdk-cloudwatch"] default = [ "cloudwatch", "s3", ] s3 = [ "aws-sdk-s3", "http", ]