[dependencies.aya-ebpf-bindings]
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies]
[lib]
name = "ghostscope_platform"
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 = "Platform abstraction layer that normalizes kernel, architecture, and BTF quirks for GhostScope."
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-platform"
readme = "README.md"
repository = "https://github.com/swananan/ghostscope"
rust-version = "1.88"
version = "0.1.1"