[[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-beta3"
dependencies = [
"base16",
"pcap",
"roxmltree",
]
[[package]]
name = "roxmltree"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "708ee8345e5b70c86aca5ab03bb7d961349b5b2fa7939d3b131af487101de2f3"
dependencies = [
"xmlparser",
]
[[package]]
name = "xmlparser"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16981128b9e811347d0e72c25b2b22773da22b6dc30282846ad50427e89ba97"