mnl 0.3.1

Safe abstraction for libmnl, a minimalistic user-space library oriented to Netlink developers
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"
rust-version = "1.85"
name = "mnl"
version = "0.3.1"
authors = [
    "Mullvad VPN <admin@mullvad.net>",
    "Linus Färnstrand <faern@faern.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe abstraction for libmnl, a minimalistic user-space library oriented to Netlink developers"
readme = "README.md"
keywords = [
    "netlink",
    "libmnl",
]
categories = [
    "network-programming",
    "os::unix-apis",
    "api-bindings",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/mullvad/mnl-rs"

[badges.travis-ci]
repository = "mullvad/mnl-rs"

[features]
mnl-1-0-4 = ["mnl-sys/mnl-1-0-4"]

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

[dependencies.libc]
version = "0.2.40"

[dependencies.log]
version = "0.4.4"

[dependencies.mnl-sys]
version = "0.2.2"