# 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 = "sab" version = "0.1.1" authors = ["Max Kuznetsov "] description = "A simple S3 backup tool" homepage = "https://github.com/syhpoon/sab" readme = "README.md" keywords = [ "backup", "s3", "glacier", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/syhpoon/sab" [dependencies.anyhow] version = "1.0.68" [dependencies.aws-config] version = "0.53.0" [dependencies.aws-sdk-s3] version = "0.23.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.expanduser] version = "1.2.2" [dependencies.flate2] version = "1.0.25" [dependencies.hex] version = "0.4.3" [dependencies.humanize-rs] version = "0.1.5" [dependencies.log] version = "0.4.17" [dependencies.orion] version = "0.17.3" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.16" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1" features = ["full"]