# 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 = "readable-regex" version = "0.1.0-alpha1" authors = ["danielsanchezq "] exclude = [ "/.github/*", ".idea/*", ] description = "Regex made for humans. Wrapper to build regexes in a verbose style." homepage = "https://github.com/danielSanchezQ/readable-regex" readme = "./README.md" keywords = ["regex"] categories = ["text-processing"] license-file = "./LICENSE" repository = "https://github.com/danielSanchezQ/readable-regex" resolver = "2" [dependencies.fancy-regex] version = "0.10" optional = true [dependencies.once_cell] version = "1.13" optional = true [dependencies.regex] version = "1.6.0" optional = true [features] default = ["re"] presets = ["once_cell"] re = ["regex"] re-fancy = ["fancy-regex"]