regress 0.10.1

A regular expression engine targeting EcmaScript syntax
Documentation
[dependencies.hashbrown]
version = "0.14.3"

[dependencies.memchr]
default-features = false
version = "2.4.0"

[features]
backend-pikevm = []
default = ["backend-pikevm", "std"]
index-positions = []
prohibit-unsafe = []
std = ["memchr/std"]
utf16 = []

[lib]
name = "regress"
path = "src/lib.rs"

[package]
authors = ["ridiculousfish <corydoras@ridiculousfish.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A regular expression engine targeting EcmaScript syntax"
edition = "2021"
keywords = ["regex", "regexp"]
license = "MIT OR Apache-2.0"
name = "regress"
readme = "README.md"
repository = "https://github.com/ridiculousfish/regress"
version = "0.10.1"

[profile.release]

[[test]]
name = "pcre_tests"
path = "tests/pcre_tests.rs"

[[test]]
name = "syntax_error_tests"
path = "tests/syntax_error_tests.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "unicode_property_escapes"
path = "tests/unicode_property_escapes.rs"

[[test]]
name = "unicodesets"
path = "tests/unicodesets.rs"