fluent-zero 0.1.4

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
# 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"
version = "0.1.4"
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"