# 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" name = "min_shark" version = "0.5.0" authors = ["Dov Reshef "] exclude = [".github/**/*"] description = "A crate to parse and match a subset of the wireshark filter display language" documentation = "https://docs.rs/min_shark" readme = "README.md" keywords = [ "tshark", "wireshark", "filter", ] categories = [ "parsing", "command-line-interface", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dovreshef/min_shark" [dependencies.bstr] version = "1.9" [dependencies.derive_more] version = "0.99" [dependencies.ipnet] version = "2.9" [dependencies.memchr] version = "2.7" [dependencies.regex] version = "1.10" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]