resharp 0.3.11

high-performance regex engine with intersection and complement operations
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 = "resharp"
version = "0.3.11"
authors = ["Ian Erik Varatalu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "high-performance regex engine with intersection and complement operations"
documentation = "https://docs.rs/resharp"
readme = "README.md"
keywords = [
    "regex",
    "automata",
    "intersection",
    "complement",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/ieviev/resharp"

[features]
debug-nulls = []
diag = []
precompile-tests = []

[lib]
name = "resharp"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "build_byte_freq"
path = "src/bin/build_byte_freq.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.resharp-algebra]
version = "0.3.8"

[dependencies.resharp-parser]
version = "0.3.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.aho-corasick]
version = "1"

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

[dev-dependencies.fancy-regex]
version = "0.14"

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

[dev-dependencies.regex-automata]
version = "0.4.14"

[dev-dependencies.regex-syntax]
version = "0.8.5"

[dev-dependencies.resharp-algebra]
version = "0.3.8"

[dev-dependencies.resharp-parser]
version = "0.3.8"

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

[dev-dependencies.toml]
version = "0.8"