# 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 = "madsim-aws-sdk-s3" version = "0.5.0+1" authors = ["Kevin Axel "] description = "The s3 simulator on madsim." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "s3", "api", "client", "async", "simulator", ] categories = [ "network-programming", "asynchronous", "simulation", ] license = "Apache-2.0" repository = "https://github.com/madsim-rs/madsim" [dependencies.aws-sdk-s3] version = "1" [features] default = [ "rustls", "rt-tokio", ] rt-tokio = ["aws-sdk-s3/rt-tokio"] rustls = ["aws-sdk-s3/rustls"] [target."cfg(madsim)".dependencies.aws-smithy-http] version = "0.60" [target."cfg(madsim)".dependencies.aws-smithy-runtime-api] version = "1" [target."cfg(madsim)".dependencies.aws-smithy-types] version = "1" [target."cfg(madsim)".dependencies.aws-types] version = "1" [target."cfg(madsim)".dependencies.bytes] version = "1" [target."cfg(madsim)".dependencies.http] version = "1" [target."cfg(madsim)".dependencies.madsim] version = "0.2.15" [target."cfg(madsim)".dependencies.spin] version = "0.9" [target."cfg(madsim)".dependencies.tracing] version = "0.1"