# 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 = "regex-filtered" version = "0.2.0" description = "Efficiently check an input against a large number of patterns" homepage = "https://github.com/ua-parser/uap-rust/tree/main/regex-filtered" documentation = "https://docs.rs/regex-filtered/" readme = "README.md" keywords = [ "regex", "filter", "FilteredRE2", "multiple", "prefilter", ] license = "BSD-3-Clause" repository = "https://github.com/ua-parser/uap-rust/" [[bench]] name = "regex" harness = false [dependencies.aho-corasick] version = "1.1.3" [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.13.0" [dependencies.nohash] version = "0.2.0" [dependencies.regex] version = "1.10.4" [dependencies.regex-syntax] version = "0.8.3" [dev-dependencies.clap] version = "4.5.7" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1"