deno_http_h1 0.9.0

HTTP/1 protocol pieces for Deno
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"
name = "deno_http_h1"
version = "0.9.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/1 protocol pieces for Deno"
readme = false
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_http_h1"
path = "lib.rs"

[[example]]
name = "h11spec_echo"
path = "examples/h11spec_echo.rs"

[[bench]]
name = "h1"
path = "benches/h1.rs"
harness = false

[dependencies.httparse]
version = "1.8.0"

[dependencies.memchr]
version = "2.7.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "io-util",
    "macros",
    "net",
    "rt",
    "time",
]

[dev-dependencies.criterion]
version = "0.5"