ktracepoint 0.6.0

A Rust crate for implementing tracepoints in operating systems.
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 = "ktracepoint"
version = "0.6.0"
authors = ["Godones <chenlinfeng25@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for implementing tracepoints in operating systems."
homepage = "https://github.com/Godones/ext_ktrace"
documentation = "https://docs.rs/ktracepoint"
readme = "README.md"
keywords = [
    "tracepoint",
    "kernel",
    "tracing",
    "no-std",
]
license-file = "LICENSE"
repository = "https://github.com/Godones/ext_ktrace"
resolver = "2"

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

[[example]]
name = "usage"
path = "examples/usage.rs"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.18"

[dependencies.paste]
version = "1.0"

[dependencies.static-keys]
version = "0.8"

[dependencies.tp-lexer]
version = "0.5.5"

[dev-dependencies.clear-cache]
version = "0.1"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.libc]
version = "0.2"
default-features = false