aa-ebpf 0.0.1-alpha.9

eBPF-based kernel-level monitoring hooks for Agent Assembly
# 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 = "2021"
name = "aa-ebpf"
version = "0.0.1-alpha.9"
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "_embedded/aa-ebpf-probes/Cargo.toml.embedded",
    "_embedded/aa-ebpf-probes/rust-toolchain.toml",
    "_embedded/aa-ebpf-probes/.cargo/**",
    "_embedded/aa-ebpf-probes/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBPF-based kernel-level monitoring hooks for Agent Assembly"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ai-agent-assembly/agent-assembly"

[features]
default = []
integration-test = []

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

[dependencies.aa-core]
version = "0.0.1-alpha.9"

[dependencies.aa-ebpf-common]
version = "0.0.1-alpha.9"
features = ["std"]

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.aya]
version = "0.13"
features = ["async_tokio"]

[target.'cfg(target_os = "linux")'.dependencies.aya-log]
version = "0.2"

[lints.clippy]
all = "warn"
complexity = "warn"
correctness = "deny"
perf = "warn"
style = "warn"
suspicious = "deny"