fluent 0.16.1

A localization system designed to unleash the entire expressive power of natural language translations.
Documentation
[dependencies.fluent-bundle]
version = "0.15.3"

[dependencies.fluent-pseudo]
optional = true
version = "0.3.2"

[dependencies.unic-langid]
version = "0.9"

[lib]
name = "fluent"
path = "src/lib.rs"

[package]
authors = ["Zibi Braniecki <zibi@unicode.org>", "Staś Małolepszy <stas@mozilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["localization", "internationalization"]
description = "A localization system designed to unleash the entire expressive power of\nnatural language translations.\n"
edition = "2021"
homepage = "http://www.projectfluent.org"
include = ["src/**/*", "benches/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
license = "Apache-2.0 OR MIT"
name = "fluent"
readme = "README.md"
repository = "https://github.com/projectfluent/fluent-rs"
version = "0.16.1"