nlrs 0.2.1

A minimal rust crate for simple and efficient Netlink requests
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 = "nlrs"
version = "0.2.1"
authors = ["Hélian Caumeil <helian.caumeil@clever-cloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal rust crate for simple and efficient Netlink requests"
readme = "README.md"
keywords = [
    "network",
    "netlink",
    "rtnetlink",
    "ipvs",
    "wireguard",
]
license-file = "LICENSE"
repository = "https://github.com/CleverCloud/nlrs"

[features]
default = []
tokio-netns = ["tokio/signal"]
tokio-socket = ["tokio/net"]

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

[dependencies.tokio]
version = "1.50.0"
optional = true
default-features = false