# 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 = "s3-utils" version = "1.1.0" authors = ["Isaac Whitfield "] description = "Various tools and extensions around Amazon S3" readme = "README.md" keywords = ["aws", "amazon", "s3", "filesystem"] categories = ["command-line-utilities", "filesystem", "text-processing"] license = "MIT" repository = "https://github.com/whitfin/s3-utils" [dependencies.clap] version = "2.33" [dependencies.humantime] version = "2.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.pretty-bytes] version = "0.2" [dependencies.quick-xml] version = "0.17" [dependencies.regex] version = "1.3" [dependencies.rusoto_core] version = "0.43.0-beta.1" [dependencies.rusoto_s3] version = "0.43.0-beta.1" [dependencies.tokio] version = "0.2" [badges.travis-ci] repository = "whitfin/s3-utils"