# 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] name = "s3-meta" version = "1.0.1" authors = ["Isaac Whitfield "] description = "Gather metadata about your S3 buckets" readme = "README.md" keywords = ["aws", "amazon", "s3", "statistics"] categories = ["command-line-utilities", "filesystem", "visualization"] license = "MIT" repository = "https://github.com/whitfin/s3-meta" [dependencies.humantime] version = "1.1" [dependencies.pretty-bytes] version = "0.2" [dependencies.quick-xml] version = "0.12" [dependencies.rusoto_core] version = "0.34" [dependencies.rusoto_s3] version = "0.34" [badges.appveyor] repository = "whitfin/s3-meta" [badges.travis-ci] repository = "whitfin/s3-meta"