http-request-derive-client-reqwest 0.4.0

Use derive to create HTTP requests - reqwest client
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 = "http-request-derive-client-reqwest"
version = "0.4.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use derive to create HTTP requests - reqwest client"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://gitlab.opencode.de/opentalk/libs/http-request-derive"
resolver = "2"

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

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

[dependencies.http]
version = "1"

[dependencies.http-request-derive]
version = "0.5.0"

[dependencies.http-request-derive-client]
version = "0.2.0"

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

[dependencies.snafu]
version = "0.8"

[dependencies.url]
version = "2"

[dev-dependencies.httptest]
version = "0.16"

[dev-dependencies.pretty_assertions]
version = "1"
features = ["unstable"]

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt",
]