[package] name = "mr-regex" description = "Minimalist ASCII Regex-engine with 300 lines of Rust" version = "0.1.0" authors = ["Paul Meng "] edition = "2018" license = "Apache-2.0 OR BSD-3-Clause" readme = "README.md" repository = "https://github.com/MnO2/mr-regex" keywords = ["regex"] categories = ["string"] exclude = ["/benches/**", "/.travis.yml", "/data/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] id-arena = "2.2.1" [dev-dependencies] criterion = "0.3"