# 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 = "2021" name = "zng-app-proc-macros" version = "0.3.8" authors = ["The Zng Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_app_proc_macros" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [lib] name = "zng_app_proc_macros" path = "src/lib.rs" proc-macro = true [dependencies.fluent-syntax] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.minifier] version = "0.3" [dependencies.once_cell] version = "1.19" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "visit", "extra-traits", "derive", ] [dependencies.unic-langid] version = "0.9"