hclient-core 0.1.0-alpha.1

Plugin contract for hclient: Transport, Capabilities, RequestBody, Error, Timer
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.98"
name = "hclient-core"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin contract for hclient: Transport, Capabilities, RequestBody, Error, Timer"
readme = "README.md"
keywords = [
    "hclient",
    "http",
    "transport",
    "async",
]
categories = [
    "web-programming::http-client",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GamePad64/hclient"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.bytes]
version = "1.12"

[dependencies.futures-core]
version = "0.3"
default-features = false

[dependencies.futures-sink]
version = "0.3"
default-features = false

[dependencies.http]
version = "1.5"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.http-body-util]
version = "0.1"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = []