agentsight 0.2.4

eBPF-based observability for AI agent sessions, prompts, process trees, files, network activity, and token usage.
# 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"
rust-version = "1.87"
name = "agentsight"
version = "0.2.4"
build = "build.rs"
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "build.rs",
    "src/**",
    "tests/**",
    "adapters/**",
    "vendor/bpf/process",
    "vendor/bpf/sslsniff",
    "vendor/bpf/stdiocap",
    "vendor/frontend/dist/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBPF-based observability for AI agent sessions, prompts, process trees, files, network activity, and token usage."
homepage = "https://github.com/eunomia-bpf/agentsight"
readme = "README.md"
keywords = [
    "ebpf",
    "ai-agent",
    "observability",
    "llm",
    "linux",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/eunomia-bpf/agentsight"

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

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

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

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

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.chunked_transfer]
version = "1.5"

[dependencies.clap]
version = "4.5.41"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hpack]
version = "0.3"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mime_guess]
version = "2.0"

[dependencies.num_cpus]
version = "1.16"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm_0_29"]
default-features = false

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.rust-embed]
version = "8.7"
features = [
    "debug-embed",
    "compression",
    "include-exclude",
]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tempfile]
version = "3.10"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = ["v4"]