[[bin]]
name = "pcap-rewrite"
path = "src/pcap-rewrite/main.rs"
[[bin]]
name = "pcap-info"
path = "src/pcap-info/main.rs"
[dependencies.clap]
default-features = false
version = "2"
[dependencies.nom]
version = "5.0"
[dependencies.pcap-parser]
features = ["data"]
version = "0.7.0"
[lib]
path = "src/lib.rs"
[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["network-programming"]
description = "Tools for PCAP/PCAPNG files"
edition = "2018"
homepage = "https://github.com/rusticata/pcap-tools"
include = ["README.md", "LICENSE-*", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "src/*/*.rs"]
license = "MIT/Apache-2.0"
name = "pcap-tools"
readme = "README.md"
repository = "https://github.com/rusticata/pcap-tools.git"
version = "0.2.0"