# 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 = "s3s-aws" version = "0.10.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "S3 service adapter integrated with aws-sdk-s3" readme = "README.md" keywords = ["s3"] categories = [ "web-programming", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/Nugine/s3s" [lib] name = "s3s_aws" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.aws-sdk-s3] version = "1.17.0" [dependencies.aws-smithy-runtime-api] version = "1.2.0" features = [ "client", "http-1x", ] [dependencies.aws-smithy-types] version = "1.1.8" features = ["http-body-1-x"] [dependencies.aws-smithy-types-convert] version = "0.60.8" features = ["convert-time"] [dependencies.hyper] version = "1.1.0" [dependencies.s3s] version = "0.10.1" [dependencies.sync_wrapper] version = "1.0.0" [dependencies.tracing] version = "0.1.37" [dependencies.transform-stream] version = "0.3.0"