[package] name = "zng-ext-l10n-proc-macros" version = "0.2.9" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_ext_l10n_proc_macros" repository = "https://github.com/zng-ui/zng" categories = ["gui"] keywords = ["gui", "ui", "user-interface", "zng"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = { version = "2.0", features = ["full", "visit", "extra-traits", "derive"] } quote = "1.0" fluent-syntax = "0.11" unic-langid = "0.9"