[dependencies.hex]
version = "0.4"
[dependencies.nom]
version = "8.0.0"
[dependencies.tokio]
features = ["io-util"]
optional = true
version = "1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
[features]
default = []
tokio = ["dep:tokio"]
[lib]
name = "haproxy_protocol"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "HAProxy Protocol"
edition = "2024"
homepage = "https://github.com/kanidm/haproxy-protocol/"
keywords = ["haproxy", "protocol", "proxy"]
license = "MPL-2.0"
name = "haproxy-protocol"
readme = "README.md"
repository = "https://github.com/kanidm/haproxy-protocol/"
version = "0.0.3"