fluent-zero-build 0.1.4

Build-time code generator for fluent-zero. It compiles Fluent (.ftl) files into static, zero-allocation Rust code and Perfect Hash Maps.
Documentation
# 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 = "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"