probex-common 0.1.19

Shared type definitions between eBPF and userspace components of probex
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 = "2024"
name = "probex-common"
version = "0.1.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared type definitions between eBPF and userspace components of probex"
homepage = "https://github.com/XiangpengHao/probex"
documentation = "https://docs.rs/probex-common"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/XiangpengHao/probex"
resolver = "2"

[features]
default = []
std = []
user = [
    "aya",
    "viewer-api",
]
viewer-api = [
    "serde",
    "std",
]

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

[dependencies.aya]
version = "0.13.1"
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
optional = true
default-features = false