# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "pktstrings" version = "1.4.1" authors = ["Pete Wicken "] description = "Like Unix 'strings' command but packet-aware" homepage = "https://github.com/JamoBox/pktstrings" readme = "README.md" keywords = [ "packet-analyzer", "pcap", "sniffing", "packet", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/JamoBox/pktstrings" [profile.dev] split-debuginfo = "packed" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "pktstrings" path = "src/lib/lib.rs" [[bin]] name = "pktstrings" path = "src/bin/pktstrings.rs" [[bench]] name = "net" harness = false [[bench]] name = "strings" harness = false [dependencies.cfg-if] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dns-lookup] version = "2" optional = true [dependencies.libc] version = "0" [dependencies.pcap] version = "1" [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] bland = ["colored/no-color"] resolve = ["dns-lookup"]