Revision control
Copy as Markdown
Other Tools
# 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 = "2021"
name = "fluent"
version = "0.16.1"
authors = [
"Zibi Braniecki <zibi@unicode.org>",
"Staś Małolepszy <stas@mozilla.com>",
]
build = false
include = [
"src/**/*",
"benches/*.rs",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A localization system designed to unleash the entire expressive power of
natural language translations.
"""
readme = "README.md"
keywords = [
"localization",
"l10n",
"i18n",
"intl",
"internationalization",
]
categories = [
"localization",
"internationalization",
]
license = "Apache-2.0 OR MIT"
[lib]
name = "fluent"
path = "src/lib.rs"
[dependencies.fluent-bundle]
version = "0.15.3"
[dependencies.fluent-pseudo]
version = "0.3.2"
optional = true
[dependencies.unic-langid]
version = "0.9"