tokn-headers 0.2.0

Header schema, parsing, and persona utilities shared across tokn crates
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 = "2021"
name = "tokn-headers"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Header schema, parsing, and persona utilities shared across tokn crates"
homepage = "https://github.com/agentic-rs/tokn"
documentation = "https://docs.rs/tokn-router"
readme = false
license = "MIT"
repository = "https://github.com/agentic-rs/tokn"

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

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

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

[dependencies.http]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "rustls",
    "socks",
    "gzip",
    "brotli",
    "deflate",
    "zstd",
    "form",
]
default-features = false

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

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"