[package] name = "sre-engine" version = "0.4.3" authors = ["Kangzhi Shi ", "RustPython Team"] description = "A low-level implementation of Python's SRE regex engine" repository = "https://github.com/RustPython/sre-engine" license = "MIT" edition = "2021" keywords = ["regex"] include = ["LICENSE", "src/**/*.rs"] [dependencies] num_enum = "0.5.9" bitflags = "2" optional = "0.5"