# 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-concat" version = "1.1.0" authors = ["Isaac Whitfield "] description = "Concatenate Amazon S3 files remotely using flexible patterns" readme = "README.md" keywords = ["aws", "amazon", "s3", "filesystem"] categories = ["command-line-utilities", "filesystem", "text-processing"] license = "MIT" repository = "https://github.com/whitfin/s3-concat" [dependencies.clap] version = "2.33" [dependencies.log] version = "0.4" features = ["std"] [dependencies.quick-xml] version = "0.16" [dependencies.regex] version = "1.2" [dependencies.rusoto_core] version = "0.40" [dependencies.rusoto_s3] version = "0.40" [badges.travis-ci] repository = "whitfin/s3-concat"