[dependencies.regex-automata]
version = "0.3.0"
[dependencies.tinyvec]
features = ["alloc"]
version = "1.0.0"
[package]
description = "Regex utilities, like enumerating all strings that match a regex"
edition = "2021"
license = "MIT"
name = "regex-utils"
readme = "README.md"
repository = "https://github.com/conradludgate/regex-utils"
version = "0.1.0"