[package]
name = "header_host"
version = "0.1.2"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
homepage = "https://github.com/i18n-site/rust/tree/dev/header_host"
description = "x-forwarded-host or host from http HeaderMap"
keywords = []
[features]
default = []
tld = ["dep:xtld"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
aok = "0.1.17"
http = "1.2.0"
xtld = { version = "0.1.5", path = "../xtld", optional = true }
[dev-dependencies]
aok = "0.1.17"
loginit = "0.1.18"
static_init = "1.0.3"
tracing = "0.1.41"
[dev-dependencies.tokio]
version = "1.43.0"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]