# 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 = "s3rm" version = "0.1.0" authors = ["Jakub Pastuszek "] description = "Bulk remove object from S3" homepage = "https://sr.ht/~jpastuszek/s3rm/" readme = "README.md" keywords = [ "s3", "aws", "amazon", "removal", "cli", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~jpastuszek/s3rm" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.problem] version = "5.3.0" [dependencies.s3-sync] version = "0.3.0" features = ["chrono"] [dependencies.stderrlog] version = "0.5.4" [dependencies.tar] version = "0.4.38"