[package]
edition = "2018"
name = "pcap-parser"
version = "0.6.0"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
include = ["LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "assets/*.pcap", "assets/*.pcapng", "src/*.rs", "tests/*.rs"]
description = "Parser for the PCAP/PCAPNG format"
homepage = "https://github.com/rusticata/pcap-parser"
readme = "README.md"
keywords = ["pcap", "pcapng", "parser", "nom"]
categories = ["network-programming", "parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rusticata/pcap-parser.git"
[package.metadata.docs.rs]
all-features = true
features = ["data"]
[dependencies.byteorder]
version = "1"
[dependencies.circular]
version = "0.3"
[dependencies.cookie-factory]
version = "0.2"
[dependencies.nom]
version = "4.0"
[dependencies.rusticata-macros]
version = "1.1"
[dev-dependencies.hex-literal]
version = "0.2"
[features]
data = []
default = []
[badges.travis-ci]
repository = "rusticata/pcap-parser"