[dependencies.proc-macro-hack]
version = "0.5"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2.0"
[dependencies.unic-locale-impl]
version = "0.9.4"
[lib]
proc_macro = true
[package]
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
categories = ["internationalization"]
description = "API for managing Unicode Locale Identifiers"
edition = "2021"
include = ["src/**/*", "benches/*.rs", "tests/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
license = "MIT OR Apache-2.0"
name = "unic-locale-macros-impl"
readme = "README.md"
repository = "https://github.com/zbraniecki/unic-locale"
version = "0.9.4"