kprobe 0.5.0

A no_std Rust probe infrastructure crate for kprobe, kretprobe, and uprobe on multiple architectures.
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 = "kprobe"
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 probe infrastructure crate for kprobe, kretprobe, and uprobe on multiple architectures."
homepage = "https://github.com/Godones/ext_ktrace"
documentation = "https://docs.rs/kprobe"
readme = "README.md"
keywords = [
    "kprobe",
    "uprobe",
    "kernel",
    "tracing",
    "no-std",
]
license-file = "LICENSE"
repository = "https://github.com/Godones/ext_ktrace"
resolver = "2"

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.lock_api]
version = "0.4"

[dependencies.log]
version = "0.4"

[target.'cfg(target_arch = "x86_64")'.dependencies.yaxpeax-arch]
version = "0.3"
default-features = false

[target.'cfg(target_arch = "x86_64")'.dependencies.yaxpeax-x86]
version = "2"
features = ["fmt"]
default-features = false