ghostscope-compiler 0.1.1

Compiles GhostScope trace definitions into DWARF-aware eBPF programs ready for injection.
Documentation
[dependencies.aya-ebpf-bindings]
version = "0.1.1"

[dependencies.ghostscope-dwarf]
version = "0.1.1"

[dependencies.ghostscope-platform]
version = "0.1.1"

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

[dependencies.ghostscope-protocol]
version = "0.1.1"

[dependencies.inkwell]
features = ["llvm18-1", "target-bpf"]
version = "0.6.0"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-log]
version = "0.2.0"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

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

[package]
authors = ["swananan <jt26wzz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::profiling"]
description = "Compiles GhostScope trace definitions into DWARF-aware eBPF programs ready for injection."
documentation = "https://github.com/swananan/ghostscope#readme"
edition = "2021"
homepage = "https://github.com/swananan/ghostscope"
keywords = ["ebpf", "gdb", "dwarf", "debugger"]
license = "GPL-3.0-only"
name = "ghostscope-compiler"
readme = "README.md"
repository = "https://github.com/swananan/ghostscope"
rust-version = "1.88"
version = "0.1.1"