# 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 = "structre_proc_macros" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Static-checked parsing of regexes into structs (helper crate)" readme = "readme.md" license = "ISC" repository = "https://github.com/andrewbaxter/structre" [lib] name = "structre_proc_macros" path = "mod.rs" proc-macro = true [dependencies.flowcontrol] version = "0.2" [dependencies.litrs] version = "0.4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.regex-syntax] version = "0.8" [dependencies.syn] version = "2" [dev-dependencies.genemichaels] version = "0.5.0-pre1"