unic-locale-macros-impl 0.9.2

API for managing Unicode Locale Identifiers
Documentation
[dependencies.proc-macro-crate]
version = "2.0.0"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "1.0"

[dependencies.unic-locale-impl]
version = "0.9"

[lib]
proc_macro = true

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Zibi Braniecki <gandalf@mozilla.com>"]
categories = ["internationalization"]
description = "API for managing Unicode Locale Identifiers"
edition = "2018"
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"
resolver = "2"
version = "0.9.2"