# 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 = "s3-sync" version = "0.4.0" authors = ["Jakub Pastuszek "] description = "High level synchronous AWS S3 client" homepage = "https://sr.ht/~jpastuszek/s3-sync/" documentation = "https://docs.rs/s3-sync" readme = "README.md" keywords = [ "s3", "aws", "amazon", ] categories = ["web-programming"] license = "MIT" repository = "https://git.sr.ht/~jpastuszek/s3-sync" [dependencies.bytes] version = "0.4.12" [dependencies.chrono] version = "0.4.23" optional = true [dependencies.either] version = "1.5.2" [dependencies.ensure] version = "0.3.0" [dependencies.futures] version = "0.1.28" [dependencies.itertools] version = "0.8.0" [dependencies.log] version = "0.4.8" [dependencies.problem] version = "5.1.0" [dependencies.rusoto_core] version = "0.42.0" [dependencies.rusoto_s3] version = "0.42.0" [dev-dependencies.assert_matches] version = "1.3.0"