[package]
edition = "2024"
rust-version = "1.88"
name = "perex"
version = "0.1.9"
build = false
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE",
"docs/**/*.md",
"third_party/unicode/17.0.0/LICENSE.txt",
"third_party/unicode/17.0.0/receipt.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ECMAScript regex engine designed for explicit host memory ownership"
homepage = "https://github.com/PerryTS/perex"
documentation = "https://docs.rs/perex"
readme = "README.md"
keywords = [
"regex",
"regexp",
"ecmascript",
"javascript",
"no-std",
]
categories = [
"text-processing",
"no-std",
"algorithms",
]
license = "MIT AND Unicode-3.0"
repository = "https://github.com/PerryTS/perex"
[lib]
name = "perex"
path = "src/lib.rs"
[dependencies]