aws-smithy-http-client-reqwest 0.1.0

Reqwest-backed HTTP client for Smithy runtimes and the AWS SDK for Rust
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"
name = "aws-smithy-http-client-reqwest"
version = "0.1.0"
authors = ["bzp2010"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reqwest-backed HTTP client for Smithy runtimes and the AWS SDK for Rust"
readme = "README.md"
keywords = [
    "aws",
    "smithy",
    "reqwest",
    "http",
    "sdk",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/bzp2010/aws-smithy-http-client-reqwest"

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

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

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

[dependencies.aws-smithy-types]
version = "1"
default-features = false

[dependencies.http-body-util]
version = "0"
default-features = false

[dependencies.reqwest]
version = "0"
features = [
    "charset",
    "http2",
    "system-proxy",
    "stream",
]
default-features = false

[dependencies.tokio]
version = "1"
features = ["time"]