[package]
name = "network-internet-protocol"
version = "0.1.2"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "A domain model of internet protocol version 4 and version 6 host addresses, masks, network addresses and packets and associated types."
homepage = "https://github.com/lemonrock/network"
readme = "README.md"
keywords = ["network", "internet", "protocol", "packet", "ipv4"]
categories = ["data-structures", "network-programming"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/network.git"
[dependencies.arrayref]
version = "^0.3"
[dependencies.dpdk-sys]
version = "0.0.6"
optional = true
[dependencies.libc]
version = "^0.2"
[dependencies.network-endian]
version = "^0.1"
[dependencies.network-ethernet]
version = "^0.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"