pcap-parser 0.14.1

Parser for the PCAP/PCAPNG format
Documentation
[badges.travis-ci]
repository = "rusticata/pcap-parser"
[dependencies.circular]
version = "0.3"

[dependencies.cookie-factory]
optional = true
version = "0.3.0"

[dependencies.nom]
version = "7.0"

[dependencies.rusticata-macros]
version = "4.0"
[dev-dependencies.hex-literal]
version = "0.4"

[features]
data = []
default = []
serialize = ["cookie-factory"]

[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["network-programming", "parser-implementations"]
description = "Parser for the PCAP/PCAPNG format"
edition = "2018"
homepage = "https://github.com/rusticata/pcap-parser"
include = ["CHANGELOG.md", "LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "assets/*.pcap", "assets/*.pcapng", "src/*.rs", "src/data/*.rs", "tests/*.rs"]
keywords = ["pcap", "pcapng", "parser", "nom"]
license = "MIT/Apache-2.0"
name = "pcap-parser"
readme = "README.md"
repository = "https://github.com/rusticata/pcap-parser.git"
version = "0.14.1"
[package.metadata.docs.rs]
all-features = true
features = ["data", "serialize"]
rustdoc-args = ["--cfg", "docsrs"]