pcarp 0.3.0

A pure-Rust library for reading pcap-ng files
Documentation
[package]
name = "pcarp"
version = "0.3.0"
authors = ["Alex Sayers <alex@asayers.com>", "Mitsutoshi Aoe <maoe@foldr.in>"]
description = "A pure-Rust library for reading pcap-ng files"
license = "Unlicense"
exclude = ["integration_tests/*"]
categories = ["encoding", "network-programming"]
keywords = ["pcap", "pcapng", "pcap-ng"]
readme = "README.md"
documentation = "https://docs.rs/pcarp"
repository = "https://github.com/asayers/pcarp"

[dependencies]
buf_redux = "0.7"
byteorder = "1.0"
failure = "0.1"
log = "0.4"

[dev-dependencies]
clap = "2.32"
env_logger = "0.5"
flate2 = "1.0"
humantime = "1.1"
pcap = "0.7"
sha1 = { version = "0.6", features = ["std"] }
xz2 = "0.1"