pcap-parser 0.6.0

Parser for the PCAP/PCAPNG format
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"