# 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.65" name = "regex-cursor" version = "0.1.4" description = "regex fork that can search discontiguous haystacks" documentation = "https://docs.rs/regex-cursor" readme = "README.md" keywords = [ "regex", "dfa", "automata", "automaton", "nfa", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/pascalkuthe/regex-cursor" [dependencies.log] version = "0.4.20" [dependencies.memchr] version = "2.6" [dependencies.regex-automata] version = "0.4.5" [dependencies.regex-syntax] version = "0.8.2" [dependencies.ropey] version = "1.6.0" optional = true default-features = false [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.regex-test] version = "0.1.0" [features] default = [ "perf-inline", "ropey", ] perf-inline = [] ropey = ["dep:ropey"]