agentsight-capture 1.0.3

Reusable capture and analysis pipeline for AgentSight.
Documentation
# 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-capture"
version = "1.0.3"
build = "build.rs"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "src/**",
    "tests/**",
    "vendor/bpf/process",
    "vendor/bpf/sslsniff",
    "vendor/bpf/stdiocap",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable capture and analysis pipeline for AgentSight."
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 = []

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

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

[dependencies.agent-session]
version = "0.4.42"

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

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

[dependencies.brotli]
version = "7.0"

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

[dependencies.chunked_transfer]
version = "1.5"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1.0"

[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.num_cpus]
version = "1.16"

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sysinfo]
version = "0.36.1"
features = ["system"]
default-features = false

[dependencies.tempfile]
version = "3.10"

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

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

[dependencies.zstd]
version = "0.13"