Files
RustPython/Cargo.toml
2021-04-05 11:10:32 -05:00

14 lines
348 B
TOML

[package]
name = "sre-engine"
version = "0.1.0"
authors = ["Kangzhi Shi <shikangzhi@gmail.com>", "RustPython Team"]
description = "A low-level implementation of Python's SRE regex engine"
repository = "https://github.com/RustPython/sre-engine"
license = "MIT"
edition = "2018"
keywords = ["regex"]
[dependencies]
num_enum = "0.5"
bitflags = "1.2"