# 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 = "s3mon" version = "0.4.0" authors = ["Nicolas Embriz "] description = "monitor s3 buckets for missing files" homepage = "https://s3mon.dev" documentation = "https://s3mon.dev" readme = "README.md" keywords = ["s3", "files", "backup", "monitor", "bucket"] categories = ["command-line-utilities", "command-line-interface"] license = "BSD-3-Clause" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.7" [dependencies.futures] version = "0.1.29" [dependencies.rusoto_core] version = "0.42.0" [dependencies.rusoto_credential] version = "0.42.0" [dependencies.rusoto_mock] version = "0.42.0" [dependencies.rusoto_s3] version = "0.42.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [badges.travis-ci] branch = "master" repository = "s3mon/s3mon"