proc-connector 0.1.3

A safe, modern Rust wrapper for the Linux Process Event Connector (netlink PROC_EVENT_*)
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 = "proc-connector"
version = "0.1.3"
authors = ["lenitain <xt.zhu@qq.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/",
    "tests/",
    "examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe, modern Rust wrapper for the Linux Process Event Connector (netlink PROC_EVENT_*)"
documentation = "https://docs.rs/proc-connector"
readme = "README.md"
keywords = [
    "linux",
    "netlink",
    "proc",
    "process",
    "connector",
]
categories = [
    "os",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/lenitain/proc-connector"

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

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

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.libc]
version = "0.2"