network-internet-control-message-protocol 0.1.15

A domain model of Internet Control Message Protocol (ICMP) packets and associated types.
# This file is part of network. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/network/master/COPYRIGHT. No part of network, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file.
# Copyright © 2018 The developers of network. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/network/master/COPYRIGHT.


[package]
name = "network-internet-control-message-protocol"
description = "A domain model of Internet Control Message Protocol (ICMP) packets and associated types."
keywords = ["network", "ICMP", "protocol", "packet", "ipv4"]
categories = ["data-structures", "network-programming"]
license = "AGPL-3.0"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
homepage = "https://github.com/lemonrock/network"
repository = "https://github.com/lemonrock/network.git"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
readme = "README.md"
publish = true
version = "0.1.15"

[dependencies]
bitflags = "^1.0"
dpdk-sys = { version = "^0.1", optional = true }
libc = { version = "^0.2", optional = true }
network-check-sum = { path = "../network-check-sum", version = "^0.1" }
network-endian = { path = "../network-endian", version = "^0.1" }
network-ethernet = { path = "../network-ethernet", version = "^0.1" }
network-internet-protocol = { path = "../network-internet-protocol", version = "^0.1" }
serde = "1.0"
serde_derive = "1.0"