pnetlink 0.0.3

Netlink library in pure rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "pnetlink"
version = "0.0.3"
authors = ["Alexander Polakov <plhk@sdf.org>"]
build = "build.rs"
description = "Netlink library in pure rust"
documentation = "https://docs.rs/pnetlink/"
readme = "README.md"
keywords = ["netlink", "pnet", "linux", "network"]
license = "MIT"
repository = "https://github.com/polachok/pnetlink"
[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.mio]
version = "0.6"

[dependencies.pnet]
version = "0.21"

[dependencies.pnet_macros_support]
version = "0.21"

[dependencies.rand]
version = "0.4"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"
[build-dependencies.pnet_macros]
version = "0.21"

[build-dependencies.syntex]
version = "0.42"