# 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" name = "reggy" version = "0.0.6" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "friendly, resumable regular expressions for text analytics" documentation = "https://doc-sieve.github.io/reggy/" readme = "README.md" license = "MIT" repository = "https://github.com/doc-sieve/reggy" [lib] name = "reggy" path = "src/lib.rs" [[test]] name = "chunk_fuzz" path = "tests/chunk_fuzz.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "stream_file" path = "tests/stream_file.rs" [dependencies.lalrpop-util] version = "0.22.0" [dependencies.regex-automata] version = "0.4.9" [dependencies.regex-syntax] version = "0.8.5" [dependencies.unicode-segmentation] version = "1.12.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [build-dependencies.lalrpop] version = "0.22.0" default-features = false