[package]
name = "pnet_macros"
version = "0.5.2"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
documentation = "http://octarineparrot.com/assets/libpnet/doc/pnet/"
description = "Automatic bit manipulation for binary data formats"
readme = "../README.md"
keywords = ["networking", "bitfields", "packet", "protocol"]
[lib]
name = "pnet_macros"
plugin = true
[features]
default = ["clippy"]
[dev-dependencies]
compiletest_rs = ">=0.0"
[dev-dependencies.pnet]
path = ".."
version = ">=0.5"
[dev-dependencies.pnet_macros_support]
path = "../pnet_macros_support"
version = ">=0.1"
[dependencies]
regex = ">=0.1"
[dependencies.clippy]
optional = true
version = ">=0.0"