[package]
edition = "2024"
name = "fluent-zero"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zero-allocation, high-performance Fluent localization loader optimized for GUIs and games via compile-time caching to return &'static str for static messages."
documentation = "https://docs.rs/fluent-zero"
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"
[lib]
name = "fluent_zero"
path = "src/lib.rs"
[[test]]
name = "strict_types"
path = "tests/strict_types.rs"
[dependencies.arc-swap]
version = "1"
[dependencies.fluent-bundle]
version = "0.16"
[dependencies.fluent-syntax]
version = "0.12"
[dependencies.phf]
version = "0.13"
features = ["macros"]
[dependencies.unic-langid]
version = "0.9"