icu_provider_macros 1.4.0

Proc macros for ICU data providers
Documentation
[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full", "parsing"]
version = "2"

[dev-dependencies]

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

[package]
authors = ["The ICU4X Project Developers"]
categories = ["internationalization"]
description = "Proc macros for ICU data providers"
edition = "2021"
homepage = "https://icu4x.unicode.org"
include = ["data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license-file = "LICENSE"
name = "icu_provider_macros"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.67"
version = "1.4.0"