# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wirefilter-engine" version = "0.6.1" authors = ["Ingvar Stepanyan "] description = "An execution engine for Wireshark-like filters" readme = "README.md" keywords = ["wireshark", "filter", "engine", "parser", "runtime"] categories = ["config", "parser-implementations"] license = "MIT" repository = "https://github.com/cloudflare/wirefilter" [lib] name = "wirefilter" bench = false [[bench]] name = "bench" harness = false [dependencies.cfg-if] version = "0.1.6" [dependencies.cidr] version = "0.1.0" [dependencies.failure] version = "0.1.1" [dependencies.fnv] version = "1.0.6" [dependencies.indexmap] version = "1.0.1" features = ["serde-1"] [dependencies.memmem] version = "0.1.1" [dependencies.regex] version = "1.0.1" optional = true [dependencies.serde] version = "1.0.78" features = ["derive"] [dev-dependencies.criterion] version = "0.2.5" [dev-dependencies.indoc] version = "0.3.0" [dev-dependencies.lazy_static] version = "1.1.0" [dev-dependencies.serde_json] version = "1.0.27" [features] default = ["regex"]