kbpf-basic 0.5.0

A no_std Rust eBPF foundation library for kernel or kernel-like environments.
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 = "kbpf-basic"
version = "0.5.0"
authors = ["Godones <chenlinfeng25@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std Rust eBPF foundation library for kernel or kernel-like environments."
homepage = "https://github.com/Godones/ext_ktrace"
documentation = "https://docs.rs/kbpf-basic"
readme = "README.md"
keywords = [
    "bpf",
    "ebpf",
    "kernel",
    "tracing",
    "no-std",
]
license-file = "LICENSE"
repository = "https://github.com/Godones/ext_ktrace"
resolver = "2"

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

[dependencies.axerrno]
version = "0.2"

[dependencies.bitflags]
version = "2"

[dependencies.int-enum]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.16"

[dependencies.printf-compat]
version = "0.3"
default-features = false