wstd-aws 0.6.6

AWS rust sdk support for Wasm Components and WASI 0.2, based on wstd
Documentation
# 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 = "2024"
rust-version = "1.91.1"
name = "wstd-aws"
version = "0.6.6"
authors = [
    "Yoshua Wuyts <rust@yosh.is>",
    "Pat Hickey <pat@moreproductive.org>",
    "Dan Gohman <dev@sunfishcode.online>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS rust sdk support for Wasm Components and WASI 0.2, based on wstd"
readme = "README.md"
keywords = [
    "WebAssembly",
    "async",
    "stdlib",
    "Components",
]
categories = [
    "wasm",
    "asynchronous",
]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wstd"
resolver = "2"

[lib]
name = "wstd_aws"
path = "src/lib.rs"

[[example]]
name = "s3"
path = "examples/s3.rs"

[dependencies.anyhow]
version = "1"

[dependencies.aws-smithy-async]
version = "1.2.6"
default-features = false

[dependencies.aws-smithy-runtime-api]
version = "1.9.1"
features = [
    "client",
    "http-1x",
]
default-features = false

[dependencies.aws-smithy-types]
version = "1.3.3"
features = ["http-body-1-x"]
default-features = false

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.sync_wrapper]
version = "1"
features = ["futures"]

[dependencies.wstd]
version = "=0.6.5"

[dev-dependencies.aws-config]
version = "1.8.8"
default-features = false

[dev-dependencies.aws-sdk-s3]
version = "1.108.0"
default-features = false

[dev-dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dev-dependencies.crc-fast]
version = "=1.3.0"