haprox-rs 0.3.2

A HaProxy v1/v2 protocol parser.
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 = "haprox-rs"
version = "0.3.2"
authors = ["Aleksandr Morozov <alex@nixd.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A HaProxy v1/v2 protocol parser."
readme = "README.md"
keywords = [
    "haproxy",
    "parser",
]
categories = ["network-programming"]
license = "MPL-2.0 OR MIT OR EUPL-1.2"
repository = "https://codeberg.org/4neko/haprox-rs"

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

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

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

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

[dependencies.bitflags]
version = "~2.13"

[dependencies.byteorder]
version = "~1"

[dependencies.crc32fast]
version = "~1.5"

[build-dependencies.csv]
version = "1.4.0"

[build-dependencies.serde]
version = "~1"
features = ["derive"]