# 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 = "rust-regex-dsl" version = "0.1.8" authors = ["Yiftach Kaplan "] build = false exclude = [ "/.github/*", "/.gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Regular expression DSL." readme = "README.md" keywords = [ "regex", "dsl", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/yift/rust-regex-dsl" [lib] name = "rust_regex_dsl" path = "src/lib.rs" [[example]] name = "email" path = "examples/email.rs" [[example]] name = "ips" path = "examples/ips.rs" [dependencies.regex] version = "1.10" [dependencies.rust-regex-dsl-creator] version = "0.1.8" optional = true default-features = false [dependencies.rust-regex-dsl_derive] version = "0.1.8" [features] creator = ["rust-regex-dsl-creator"] default = []