hclient-rt 0.1.0-alpha.1

Runtime capabilities needed by hclient's native transport
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-rt"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime capabilities needed by hclient's native transport"
readme = "README.md"
keywords = [
    "hclient",
    "runtime",
    "async",
    "seam",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GamePad64/hclient"

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

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

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

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

[dependencies.hclient-core]
version = "0.1.0-alpha.1"

[dependencies.hyper]
version = "1.11"
default-features = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.futures-executor]
version = "0.3"
features = ["std"]
default-features = false

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

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