unicode_names2_macros 4.0.0

Support macros for `unicode_names2`.
Documentation
# 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 = "4.0.0"
authors = [
    "Huon Wilson <dbau.pp@gmail.com>",
    "Valentin Lorentz <progval+git@progval.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support macros for `unicode_names2`."
homepage = "https://github.com/progval/unicode_names2"
documentation = "https://docs.rs/unicode_names2/"
readme = false
keywords = [
    "text",
    "unicode",
    "macro",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/progval/unicode_names2"

[features]
unstable = []

[lib]
name = "unicode_names2_macros"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.regex]
version = "1.0"

[dependencies.syn]
version = "2.0"

[dependencies.unicode_names2]
version = "4.0.0"