pktstrings 1.4.1

Like Unix 'strings' command but packet-aware
Documentation
[[bench]]
harness = false
name = "net"

[[bench]]
harness = false
name = "strings"

[[bin]]
name = "pktstrings"
path = "src/bin/pktstrings.rs"

[dependencies.cfg-if]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.dns-lookup]
optional = true
version = "2"

[dependencies.libc]
version = "0"

[dependencies.pcap]
version = "1"

[dependencies.regex]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[features]
bland = ["colored/no-color"]
resolve = ["dns-lookup"]

[lib]
name = "pktstrings"
path = "src/lib/lib.rs"

[package]
authors = ["Pete Wicken <petewicken@gmail.com>"]
categories = ["command-line-utilities", "network-programming"]
description = "Like Unix 'strings' command but packet-aware"
edition = "2021"
homepage = "https://github.com/JamoBox/pktstrings"
keywords = ["packet-analyzer", "pcap", "sniffing", "packet"]
license = "MIT"
name = "pktstrings"
readme = "README.md"
repository = "https://github.com/JamoBox/pktstrings"
rust-version = "1.60"
version = "1.4.1"

[profile.dev]
split-debuginfo = "packed"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"