fluent-template-macros 0.5.1

Macro Templating for the Fluent localization framework
Documentation
[package]
name = "fluent-template-macros"
version = "0.5.1"
authors = ["XAMPPRocky <xampprocky@icloud.com>"]
edition = "2018"
description = "Macro Templating for the Fluent localization framework"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/fluent-templates/"
repository = "https://github.com/XAMPPRocky/fluent-templates"
keywords = ["handlebars", "tera", "fluent", "internationalization", "localization"]
categories = ["internationalization", "localization", "template-engine"]

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0.6"
syn = { version = "1.0.30", features = ["full"] }
proc-macro2 = "1.0.18"
once_cell = "1.4.0"
ignore = "0.4.16"
flume = "0.7.1"
unic-langid = "0.9.0"