resharp 0.1.1

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.1.1"
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-rs"

[features]
default = ["delayed"]
delayed = ["resharp-algebra/delayed"]

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

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

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

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

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

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

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

[dependencies.memchr]
version = "2"

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

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

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

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

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

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

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

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