beeper 0.1.0

Application-Layer Parsing in eBPF
# 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 = "beeper"
version = "0.1.0"
authors = ["lbrndnr <mail@laurinbrandner.ch>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application-Layer Parsing in eBPF"
readme = "README.md"
keywords = [
    "ebpf",
    "bpf",
    "libbpf",
    "l7",
    "http",
]
license = "GPL-3.0"
repository = "https://github.com/lbrndnr/beeper"
resolver = "2"

[features]
build = []
default = ["h1"]
h1 = []
h2 = []

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

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.as-bytes]
version = "0.2.0"

[dependencies.bytes]
version = "1.12.1"

[dependencies.httlib-huffman]
version = "0.3.4"

[dependencies.http]
version = "1.5.0"

[dependencies.libc]
version = "0.2.189"

[dependencies.plain]
version = "0.2.3"

[dependencies.tracing]
version = "0.1.44"

[dependencies.xbpf]
version = "0.0.2"

[dev-dependencies.h2]
version = "0.4.16"

[dev-dependencies.reqwest]
version = "0.13.4"

[dev-dependencies.tokio]
version = "1.53"
features = ["full"]

[build-dependencies.xbpf]
version = "0.0.2"
features = ["build"]