# 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 = "regex-literal" version = "1.3.1" authors = ["Hui Cheng "] description = "delimited regular expression literals" readme = "README.md" keywords = [ "regex", "literal", "serialization", ] categories = ["text-processing"] license = "MIT" [lib] bench = false [dependencies.rayon] version = "1" optional = true [dependencies.regex-automata] version = "0.4" [features] c = ["dep:rayon"] default = [ "w", "c", ] w = []