# 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-creator" version = "0.1.8" authors = ["Yiftach Kaplan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Regular expression DSL derive macros." readme = "README.md" keywords = [ "regex", "dsl", "derive", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/yift/rust-regex-dsl" [lib] name = "rust_regex_dsl_creator" path = "src/lib.rs" [[bin]] name = "rust-regex-dsl-creator" path = "src/main.rs" [[test]] name = "test_builder" path = "tests/test_builder.rs" [dependencies.regex] version = "1.10" [dependencies.regex-syntax] version = "0.8" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.toml] version = "0.8"