# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "awsbck" version = "0.3.9" authors = ["Valentin Bersier "] description = "Utility to backup a folder to AWS S3, once or periodically." readme = "./README.md" keywords = [ "aws", "s3", "backup", "aws-s3", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/beeb/awsbck" [profile.release] lto = "thin" strip = true [dependencies.anyhow] version = "1" [dependencies.aws-config] version = "1" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1" [dependencies.aws-smithy-types] version = "1" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.cron] version = "0.12" [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.flate2] version = "1" [dependencies.log] version = "0.4" [dependencies.tar] version = "0.4" [dependencies.temp-dir] version = "0.1" [dependencies.tokio] version = "1" features = [ "rt", "macros", "signal", ] [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", ] [dev-dependencies.dockertest] version = "0.4"