eggress-protocol-http 1.0.2

HTTP/1.1 CONNECT protocol for eggress proxy
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"
rust-version = "1.85"
name = "eggress-protocol-http"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/1.1 CONNECT protocol for eggress proxy"
readme = "README.md"
keywords = [
    "proxy",
    "http",
    "connect",
    "forward-proxy",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eggstack/eggress"

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.eggress-core]
version = "=1.0.2"

[dependencies.h2]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.httparse]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
    "signal",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.eggress-testkit]
version = "=1.0.2"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"