ghostscope-process 0.1.5

Low-level process controller that coordinates probes, loaders, and eBPF programs on target binaries.
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 = "2021"
rust-version = "1.88"
name = "ghostscope-process"
version = "0.1.5"
authors = ["swananan <jt26wzz@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level process controller that coordinates probes, loaders, and eBPF programs on target binaries."
homepage = "https://github.com/swananan/ghostscope"
documentation = "https://github.com/swananan/ghostscope#readme"
readme = "README.md"
keywords = [
    "ebpf",
    "gdb",
    "dwarf",
    "debugger",
]
categories = [
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "GPL-3.0-only"
repository = "https://github.com/swananan/ghostscope"

[features]
default = ["sysmon-ebpf"]
sysmon-ebpf = ["aya-build"]

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.aya]
version = "0.14"

[dependencies.aya-obj]
version = "0.3"

[dependencies.bytes]
version = "1"

[dependencies.ghostscope-protocol]
version = "0.1.4"
features = ["aya-pod"]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.22"

[dependencies.memmap2]
version = "0.9"

[dependencies.object]
version = "0.36"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tempfile]
version = "3.8"

[build-dependencies.aya-build]
version = "0.2"
optional = true