netlink-sys 0.3.0

netlink sockets, with optional integration with mio and tokio
Documentation
[[example]]
name = "audit_events"

[[example]]
name = "audit_events_async"
required-features = ["tokio_socket"]
[dependencies.futures]
optional = true
version = "0.3.1"

[dependencies.libc]
version = "0.2.66"

[dependencies.log]
version = "0.4.8"

[dependencies.mio]
optional = true
version = "0.6.21"

[dependencies.tokio]
default-features = false
features = ["io-driver"]
optional = true
version = "0.2.6"
[dev-dependencies.tokio]
default-features = false
features = ["io-driver", "macros"]
version = "0.2.6"

[features]
default = []
mio_socket = ["mio"]
tokio_socket = ["mio_socket", "tokio", "futures"]

[package]
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
description = "netlink sockets, with optional integration with mio and tokio"
edition = "2018"
homepage = "https://github.com/little-dude/netlink"
keywords = ["netlink", "ip", "linux"]
license = "MIT"
name = "netlink-sys"
readme = "../README.md"
repository = "https://github.com/little-dude/netlink"
version = "0.3.0"