pcarp 0.3.0

A pure-Rust library for reading pcap-ng files
Documentation
[dependencies.buf_redux]
version = "0.7"

[dependencies.byteorder]
version = "1.0"

[dependencies.failure]
version = "0.1"

[dependencies.log]
version = "0.4"
[dev-dependencies.clap]
version = "2.32"

[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.humantime]
version = "1.1"

[dev-dependencies.pcap]
version = "0.7"

[dev-dependencies.sha1]
features = ["std"]
version = "0.6"

[dev-dependencies.xz2]
version = "0.1"

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