# 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 = "2018" name = "unicode_names2_macros" version = "1.1.0" authors = [ "Huon Wilson ", "Valentin Lorentz ", ] description = "Support macros for `unicode_names2`." homepage = "https://github.com/progval/unicode_names2" documentation = "https://docs.rs/unicode_names2/" keywords = [ "text", "unicode", "macro", ] license = "MIT/Apache-2.0" repository = "https://github.com/progval/unicode_names2" [lib] name = "unicode_names2_macros" proc-macro = true [dependencies.regex] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.unicode_names2] version = "1.1.0" [features] unstable = []