ghostscope-compiler 0.1.1

Compiles GhostScope trace definitions into DWARF-aware eBPF programs ready for injection.
Documentation
[package]
name = "ghostscope-compiler"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme = "README.md"
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Compiles GhostScope trace definitions into DWARF-aware eBPF programs ready for injection."

[dependencies]
inkwell = { version = "0.6.0", features = ["llvm18-1", "target-bpf"] }
pest = "2.7"
pest_derive = "2.7"
tracing = { workspace = true }
tracing-log = { workspace = true }
thiserror = { workspace = true }
tracing-subscriber = { workspace = true }
aya-ebpf-bindings = { workspace = true }
ghostscope-dwarf = { version = "0.1.1", path = "../ghostscope-dwarf" }
ghostscope-protocol = { version = "0.1.1", path = "../ghostscope-protocol" }
ghostscope-platform = { version = "0.1.1", path = "../ghostscope-platform" }
ghostscope-process = { version = "0.1.1", path = "../ghostscope-process" }