netlink-sys 0.6.0

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

[[example]]
name = "audit_events_async"
required-features = ["tokio_socket"]
[dependencies.async-io]
optional = true
version = "1.3"

[dependencies.futures]
optional = true
version = "0.3.1"

[dependencies.libc]
version = "0.2.66"

[dependencies.log]
version = "0.4.8"

[dependencies.tokio]
default-features = false
features = ["net"]
optional = true
version = "1.0.1"
[dev-dependencies.tokio]
default-features = false
features = ["net", "macros", "rt-multi-thread"]
version = "1.0.1"

[features]
default = []
smol_socket = ["async-io"]
tokio_socket = ["tokio", "futures"]

[package]
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
description = "netlink sockets, with optional integration with 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.6.0"