# 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-transfer-manager" version = "0.2.0" authors = ["daiyy "] description = "S3 Transfer Manager based on AWS S3 SDK" documentation = "https://docs.rs/s3-transfer-manager" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/daiyy/s3-transfer-manager" [dependencies.aws-config] version = "1.1.1" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.11.0" [dependencies.aws-smithy-types] version = "1.1.1" features = [ "byte-stream-poll-next", "http-body-0-4-x", ] [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-core] version = "0.3.30" [dependencies.indicatif] version = "0.17.7" [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.10"