pnet_macros 0.7.0

Automatic bit manipulation for binary data formats
[package]

name = "pnet_macros"
<<<<<<< HEAD
version = "0.6.3"
=======
version = "0.7.0"
>>>>>>> efa2fae... Introduce syntex to enable libpnet to work on beta Rust.
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"

[features]
default = ["with-syntex"]
travis = []
with-syntex = ["syntex", "syntex_syntax"]

#[dev-dependencies]
#compiletest_rs = ">=0.0"

[dev-dependencies.pnet]
path = ".."
version = ">=0.6"

[dev-dependencies.pnet_macros_support]
path = "../pnet_macros_support"
version = ">=0.1"

[dependencies]
regex = ">=0.1"
syntex = { version = ">=0.22.0", optional = true }
syntex_syntax = { version = ">=0.23.0", optional = true }

[dependencies.clippy]
optional = true
version = ">=0.0"