[package]
edition = "2024"
name = "fluent-zero-build"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time code generator for fluent-zero. It compiles Fluent (.ftl) files into static, zero-allocation Rust code and Perfect Hash Maps."
documentation = "https://docs.rs/fluent-zero-build"
readme = "README.md"
keywords = [
"fluent",
"i18n",
"zero-allocation",
"static",
"l10n",
]
categories = [
"localization",
"internationalization",
"gui",
"caching",
"game-development",
]
license = "MIT"
repository = "https://github.com/xangelix/fluent-zero-build"
[lib]
name = "fluent_zero_build"
path = "src/lib.rs"
[dependencies.fluent-syntax]
version = "0.12"
[dependencies.phf_codegen]
version = "0.13"
[dependencies.unic-langid]
version = "0.9"