# 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 = "r2sync" version = "0.0.4" authors = ["Masayuki Matsuki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cli for synchronizing files between a local directory and Cloudflare R2" readme = "README.md" license = "MIT" [[bin]] name = "r2sync" path = "src/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.aws-sdk-s3] version = "1.56.0" features = ["behavior-version-latest"] [dependencies.aws-smithy-async] version = "1.2.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.12.8" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.url] version = "2.5.2" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.tempfile] version = "3.13.0"