cegla 0.1.2

Low-level parsing library for CGI (and CGI-like protocols)
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 = "cegla"
version = "0.1.2"
authors = ["Dorian Niemiec <dorian@ferron.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level parsing library for CGI (and CGI-like protocols)"
documentation = "https://docs.rs/cegla"
readme = "README.md"
keywords = [
    "http",
    "cgi",
    "parsing",
]
categories = [
    "web-programming",
    "network-programming",
    "parsing",
]
license = "MIT"
repository = "https://github.com/ferronweb/cegla"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
client = [
    "httparse",
    "smallvec",
]
server = []

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hashlink]
version = "0.11.0"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.httparse]
version = "1.10.1"
optional = true

[dependencies.memchr]
version = "2.7.6"

[dependencies.smallvec]
version = "1.15.1"
optional = true

[dependencies.tokio]
version = "1.49.0"
features = [
    "bytes",
    "io-util",
]

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

[dev-dependencies.memchr]
version = "2.7.6"

[dev-dependencies.shiba]
version = "0.1.1"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "io-util",
    "test-util",
    "macros",
]

[dev-dependencies.tokio-test]
version = "0.4.5"

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