[package]
edition = "2021"
rust-version = "1.88"
name = "ghostscope-platform"
version = "0.1.5"
authors = ["swananan <jt26wzz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform abstraction layer that normalizes kernel, architecture, and BTF quirks for GhostScope."
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_platform"
path = "src/lib.rs"
[dependencies.aya-ebpf-bindings]
version = "0.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies]