[dependencies]
aok = "0.1.18"
reqwest = { version = "0.12.24", default-features = false, features = [
"rustls-tls",
] }
[dependencies.xerr]
version = "0.1.16"
path = "../xerr"
[package]
name = "header_map"
version = "0.1.5"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
homepage = "https://github.com/i18n-site/rust/tree/main/header_map"
description = "header_map"
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
aok = "0.1.18"
loginit = "0.1.18"
static_init = "1.0.4"
tracing = "0.1.43"
[dev-dependencies.tokio]
version = "1.48.0"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]