ghostscope-loader 0.1.5

Loads compiled GhostScope programs, manages sessions, and orchestrates eBPF lifecycle.
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-loader"
version = "0.1.5"
authors = ["swananan <jt26wzz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loads compiled GhostScope programs, manages sessions, and orchestrates eBPF lifecycle."
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"

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

[dependencies.aya]
version = "0.14"

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

[dependencies.bytes]
version = "1.5"

[dependencies.ghostscope-compiler]
version = "0.1.5"

[dependencies.ghostscope-process]
version = "0.1.5"

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

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.22"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "io-util",
    "mio",
    "net",
]

[dependencies.tracing]
version = "0.1.41"