# 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_derive" 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_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "any_tests" path = "tests/any_tests.rs" [[test]] name = "apply_tests" path = "tests/apply_tests.rs" [[test]] name = "capture_groups_tests" path = "tests/capture_groups_tests.rs" [[test]] name = "concat_test" path = "tests/concat_test.rs" [[test]] name = "eq_tests" path = "tests/eq_tests.rs" [[test]] name = "failing_tests" path = "tests/failing_tests.rs" [[test]] name = "predefined_class" path = "tests/predefined_class.rs" [[test]] name = "regex_dsl_test" path = "tests/regex_dsl_test.rs" [[test]] name = "regex_tests" path = "tests/regex_tests.rs" [[test]] name = "repeat_tests" path = "tests/repeat_tests.rs" [[test]] name = "single_word_tests" path = "tests/single_word_tests.rs" [[test]] name = "test_any_of" path = "tests/test_any_of.rs" [[test]] name = "test_groups" path = "tests/test_groups.rs" [[test]] name = "times_tests" path = "tests/times_tests.rs" [dependencies.convert_case] version = "0.6" [dependencies.itertools] version = "0.13" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.10" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.trybuild] version = "1.0"