[package]
edition = "2024"
rust-version = "1.87"
name = "agentsight-capture"
version = "1.0.24"
build = false
include = [
"Cargo.toml",
"README.md",
"src/**",
"tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility facade for the AgentSight capture and analysis pipeline."
homepage = "https://github.com/eunomia-bpf/agentsight"
readme = "README.md"
keywords = [
"ebpf",
"ai-agent",
"observability",
"tracing",
"linux",
]
categories = [
"development-tools::debugging",
"os::linux-apis",
]
license = "MIT"
repository = "https://github.com/eunomia-bpf/agentsight"
[features]
test-support = ["agentsight-analysis/test-support"]
[lib]
name = "agentsight_capture"
path = "src/lib.rs"
[[test]]
name = "public_api"
path = "tests/public_api.rs"
[dependencies.agentsight-analysis]
version = "1.0.24"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.serde_json]
version = "1.0.140"
[dev-dependencies.tokio]
version = "1.0"
features = ["full"]