[package] name = "gregex-logic" version = "0.1.1" edition = "2021" authors = ["Saphereye "] license = "MIT" description = "Logic for the gregex crate" keywords = ["regex", "nfa", "automata"] categories = ["text-processing"] documentation = "https://docs.rs/gregex-logic" exclude = [ ".github/", ".gitignore", "LICENSE", "README.md", ] readme = "README.md" repository = "https://github.com/Saphereye/gregex/gregex-logic"