probex-ebpf 0.1.15

eBPF programs used by the probex profiler
# 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 = "probex-ebpf"
version = "0.1.15"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBPF programs used by the probex profiler"
homepage = "https://github.com/XiangpengHao/probex"
documentation = "https://docs.rs/probex-ebpf"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/XiangpengHao/probex"
resolver = "2"

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

[[bin]]
name = "probex"
path = "src/main.rs"

[dependencies.aya-ebpf]
version = "0.1.1"
default-features = false

[dependencies.aya-log-ebpf]
version = "0.1.0"
default-features = false

[dependencies.probex-common]
version = "0.1.15"

[build-dependencies.which]
version = "6.0.0"
default-features = false