[package] name = "irregex" version = "0.1.0" edition = "2021" description = "Irregular expressions" repository = "https://github.com/tavianator/irregex" license = "MIT" [dependencies] nom = "7.1.3"