rexile 0.5.3

A blazing-fast regex engine with 10-100x faster compilation - now with complete Unicode safety
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 = "2021"
rust-version = "1.70"
name = "rexile"
version = "0.5.3"
authors = ["Ton That Vu <ttvuhm@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing-fast regex engine with 10-100x faster compilation - now with complete Unicode safety"
homepage = "https://github.com/KSD-CO/rexile"
documentation = "https://docs.rs/rexile"
readme = "README.md"
keywords = [
    "regex",
    "pattern",
    "matching",
    "parser",
    "lexer",
]
categories = [
    "text-processing",
    "parsing",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KSD-CO/rexile"

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

[[example]]
name = "comprehensive"
path = "examples/comprehensive.rs"

[[example]]
name = "perf_compare"
path = "examples/perf_compare.rs"

[[example]]
name = "test_grl_patterns"
path = "examples/test_grl_patterns.rs"

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

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

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

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

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

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

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

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

[[bench]]
name = "bench_rexile"
path = "benches/bench_rexile.rs"

[[bench]]
name = "rexile_benchmark"
path = "benches/rexile_benchmark.rs"
harness = false

[dependencies.aho-corasick]
version = "1.1"

[dependencies.memchr]
version = "2.7"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.regex]
version = "1"