pdu 1.0.0-beta2

Small, fast, and correct L2/L3/L4 packet parser.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "base16"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"

[[package]]
name = "libc"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"

[[package]]
name = "pcap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f912b9e56d1d4851a5175c118fc6503c9f69a8fe1a0649a51aff20b92c757491"
dependencies = [
 "libc",
]

[[package]]
name = "pdu"
version = "1.0.0-beta2"
dependencies = [
 "base16",
 "pcap",
 "roxmltree",
]

[[package]]
name = "roxmltree"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0852407257c1b696a0c66b9db3ffe7769c2744a2fa725c8050e6f3e5a823c02b"
dependencies = [
 "xmlparser",
]

[[package]]
name = "xmlparser"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8110496c5bcc0d966b0b2da38d5a791aa139eeb0b80e7840a7463c2b806921eb"