perex 0.1.9

An ECMAScript regex engine designed for explicit host memory ownership
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]