[package]
name = "fancy-regex"
version = "0.7.1"
authors = ["Raph Levien <raph@google.com>", "Robin Stocker <robin@nibor.org>"]
edition = "2018"
license = "MIT"
description = "An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around."
readme = "README.md"
repository = "https://github.com/fancy-regex/fancy-regex"
documentation = "https://docs.rs/fancy-regex"
categories = ["text-processing"]
[features]
track_caller = []
[dependencies]
regex = "1.2"
bit-set = "0.5"
[dev-dependencies]
criterion = "= 0.3.4"
matches = "0.1.8"
quickcheck = "= 1.0.1"
[[bench]]
name = "bench"
harness = false