wae-request 0.0.2

WAE Request - HTTP 客户端封装,支持 TLS
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 = "wae-request"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Request - HTTP 客户端封装,支持 TLS"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-request"
documentation = "https://docs.rs/wae-request"
readme = "README.md"
keywords = [
    "http",
    "client",
    "request",
    "tls",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-request"
resolver = "2"

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

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

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

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

[dependencies.hyper]
version = "1.8.1"

[dependencies.hyper-tls]
version = "0.6.0"

[dependencies.hyper-util]
version = "0.1.20"
features = [
    "tokio",
    "http1",
    "http2",
    "service",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.4"
features = ["ring"]
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = [
    "std",
    "attributes",
    "log",
]

[dependencies.url]
version = "2.5.8"

[dependencies.wae-types]
version = "0.0.2"

[dependencies.webpki-roots]
version = "1.0.6"