reqsign-http-send-reqwest 3.0.0

Reqwest-based HTTP client implementation for reqsign.
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.85.0"
name = "reqsign-http-send-reqwest"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reqwest-based HTTP client implementation for reqsign."
readme = "README.md"
keywords = [
    "command",
    "http",
    "reqsign",
    "async",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/apache/opendal-reqsign"
resolver = "2"

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

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

[[test]]
name = "wasm"
path = "tests/wasm.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

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

[dependencies.reqsign-core]
version = "2.0.2"

[dependencies.reqwest]
version = "0.13.1"
default-features = false

[dev-dependencies.reqwest]
version = "0.13.1"
features = ["default-tls"]
default-features = false

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-channel]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"