deno_http 0.229.0

HTTP server implementation 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"
version = "0.229.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server implementation for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[features]
__http_tracing = []
default = ["default_property_extractor"]
default_property_extractor = []

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

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

[dependencies.async-compression]
version = "0.4"
features = [
    "tokio",
    "brotli",
    "gzip",
]

[dependencies.async-trait]
version = "0.1.73"

[dependencies.aws-lc-rs]
version = "1.13.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.brotli]
version = "6.0.0"
features = ["ffi-api"]

[dependencies.bytes]
version = "1.4.0"

[dependencies.cache_control]
version = "=0.2.0"

[dependencies.deno_core]
version = "0.385.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_fetch]
version = "0.255.0"

[dependencies.deno_net]
version = "0.223.0"

[dependencies.deno_telemetry]
version = "0.53.0"

[dependencies.deno_websocket]
version = "0.236.0"

[dependencies.flate2]
version = "1.0.30"
default-features = false

[dependencies.http]
version = "1.0"

[dependencies.http_v02]
version = "0.2.9"
package = "http"

[dependencies.httparse]
version = "1.8.0"

[dependencies.hyper]
version = "1.6.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.17"
features = [
    "tokio",
    "client",
    "client-legacy",
    "server",
    "server-auto",
]

[dependencies.hyper_v014]
version = "0.14.26"
features = [
    "runtime",
    "http1",
    "server",
    "stream",
    "http1",
    "http2",
    "runtime",
]
package = "hyper"

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.memchr]
version = "2.7.4"

[dependencies.mime]
version = "0.3.16"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.percent-encoding]
version = "2.3.0"

[dependencies.phf]
version = "0.11"
features = ["macros"]

[dependencies.pin-project]
version = "1.0.11"

[dependencies.scopeguard]
version = "1.2.0"

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

[dependencies.smallvec]
version = "1.8"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.16"
features = ["io"]

[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.http-body-util]
version = "0.1.2"

[dev-dependencies.rand]
version = "=0.8.5"

[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "macos"))'.dependencies.tokio-vsock]
version = "0.7"