ghostscope-platform 0.1.5

Platform abstraction layer that normalizes kernel, architecture, and BTF quirks for GhostScope.
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-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]