# 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 = "ss3" version = "0.2.0-rc.1" authors = ["Jeremy Chone "] description = "Yet another S3 command line utilities... but env driven, per bucket." homepage = "https://github.com/jeremychone/rust-ss3" readme = "README.md" keywords = [ "cli", "aws", "s3", "cloud", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeremychone/rust-ss3" [dependencies.aws-config] version = "1.4" [dependencies.aws-runtime] version = "1.2" [dependencies.aws-sdk-s3] version = "1.28" [dependencies.aws-smithy-http] version = "0.60" [dependencies.aws-types] version = "1.2" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.file-size] version = "1" [dependencies.globset] version = "0.4" [dependencies.http] version = "1.1" [dependencies.md5] version = "0.7" [dependencies.mime_guess] version = "2" [dependencies.pathdiff] version = "0.2" [dependencies.regex] version = "1" [dependencies.simple-fs] version = "0.1.3" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.walkdir] version = "2" [dev-dependencies] [lints.rust] unsafe_code = "forbid"