[dependencies.iregex-automata]
version = "0.2.0"
[dev-dependencies.iregex-automata]
features = ["dot"]
version = "0.2.0"
[features]
serde = ["iregex-automata/serde"]
[lib]
name = "iregex"
path = "src/lib.rs"
[package]
authors = ["Timothée Haudebourg <timothee@haudebourg.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Intermediate representation for Regular Expressions."
documentation = "https://docs.rs/iregex"
edition = "2024"
license = "MIT/Apache-2.0"
name = "iregex"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/iregex-rs"
rust-version = "1.85.0"
version = "0.2.0"
[[test]]
name = "matching"
path = "tests/matching.rs"