# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "s3rename" version = "0.1.1" authors = ["James McMurray "] description = "Tool to mass-rename S3 keys" homepage = "https://github.com/jamesmcm/s3rename" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/jamesmcm/s3rename" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1" [dependencies.rusoto_core] version = "0.43" [dependencies.rusoto_s3] version = "0.43" [dependencies.sedregex] version = "0.2" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "0.2" features = ["full"]