[package] name = "min_shark" version = "0.5.0" edition = "2021" authors = ["Dov Reshef "] license = "MIT OR Apache-2.0" description = "A crate to parse and match a subset of the wireshark filter display language" readme = "README.md" keywords = ["tshark", "wireshark", "filter"] categories = ["parsing", "command-line-interface", "network-programming"] documentation = "https://docs.rs/min_shark" repository = "https://github.com/dovreshef/min_shark" exclude = [ ".github/**/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bstr = "1.9" regex = "1.10" derive_more = "0.99" ipnet = "2.9" memchr = "2.7" [dev-dependencies] tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }