[dependencies]
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[features]
[lib]
name = "regex_anre"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "regex-anre is a brand new and full-featured regex engine for Rust with JIT and ANRE language support."
documentation = "https://hemashushu.github.io/works/anre"
edition = "2021"
homepage = "https://hemashushu.github.io/works/anre"
keywords = ["regex", "regex-anre", "regex-jit", "anre", "jit"]
license = "MPL-2.0"
name = "regex-anre"
readme = "README.md"
repository = "https://github.com/hemashushu/regex-anre"
version = "1.1.0"