netlink-packet-core 0.8.2

netlink packet types
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 = "2021"
name = "netlink-packet-core"
version = "0.8.2"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "netlink packet types"
homepage = "https://github.com/rust-netlink/netlink-packet-core"
readme = "README.md"
keywords = [
    "netlink",
    "linux",
]
license = "MIT"
repository = "https://github.com/rust-netlink/netlink-packet-core"

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

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

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

[dependencies.paste]
version = "1"

[dev-dependencies.netlink-packet-route]
version = "0.13.0"