pktstrings 1.2.0

Like Unix 'strings' command but packet-aware
[dependencies.cfg-if]
version = "1"

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

[dependencies.colored]
version = "2"

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

[dependencies.libc]
version = "0"

[dependencies.pcap]
version = "0"

[dependencies.regex]
version = "1.7.1"

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

[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.2.0"
[profile.dev]
split-debuginfo = "packed"

[profile.release]
lto = true