# 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.80.0" name = "repr" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The regular-expression-as-linear-logic interpretation and its implementation" homepage = "https://gitlab.com/synthetic/repr" documentation = "https://docs.rs/repr" readme = "README.md" keywords = ["regular-expression"] categories = [] license = "MIT/Apache-2.0" [lib] name = "repr" path = "src/lib.rs" [[test]] name = "debug" path = "tests/debug.rs" [[test]] name = "interval" path = "tests/interval.rs" [[test]] name = "normal" path = "tests/normal.rs" [[test]] name = "order" path = "tests/order.rs" [[test]] name = "regex" path = "tests/regex.rs" [dependencies.aho-corasick] version = "1" optional = true [dependencies.memchr] version = "2" optional = true [dependencies.regex] version = "1" [dependencies.regex-syntax] version = "0.8" [dependencies.unconst] version = "0" features = [] [features] default = [ "std", "perf-inline", "unicode", "regex-syntax/default", ] perf-inline = [] quotient = [ "aho-corasick", "memchr", ] std = [] unicode = [ "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "regex-syntax/unicode", ] unicode-age = ["regex-syntax/unicode-age"] unicode-bool = ["regex-syntax/unicode-bool"] unicode-case = ["regex-syntax/unicode-case"] unicode-gencat = ["regex-syntax/unicode-gencat"] unicode-perl = ["regex-syntax/unicode-perl"] unicode-script = ["regex-syntax/unicode-script"] unicode-segment = ["regex-syntax/unicode-segment"]