[package]
edition = "2024"
name = "bpf-tracing"
version = "0.0.5"
authors = ["lbrndnr <mail@laurinbrandner.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An eBPF tracing facility that integrates neatly into Rust's tracing"
readme = "README.md"
keywords = [
"ebpf",
"bpf",
"libbpf",
"tracing",
"logging",
]
license = "MIT"
repository = "https://github.com/lbrndnr/bpf-tracing-rs"
resolver = "2"
[lib]
name = "bpf_tracing"
path = "src/lib.rs"
[dependencies.bpf-tracing-include]
version = "0.0.5"
[dependencies.libbpf-rs]
version = "0.26.2"
[dependencies.tracing]
version = "0.1.44"
[dev-dependencies.tempfile]
version = "3.27.0"