fluent4rs 2.2.0

Parser / codec for [Fluent FTL files](https://github.com/projectfluent/fluent/blob/master/spec/fluent.ebnf), written for [lingora](https://github.com/nigeleke/lingora) (a localization management program), and may be found to be useful outside of that context. It is not intended to replace any aspects of the [fluent-rs](https://github.com/projectfluent/fluent-rs) crate implemented by [Project Fluent](https://projectfluent.org/), and, for the majority of language translation needs, the reader is referred back to that crate.
Documentation
[dependencies.pom]
version = "3.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
default = ["walker"]
hash = []
serde = ["dep:serde"]
trace = ["walker"]
walker = []

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

[package]
authors = ["Nigel Eke"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "localization"]
description = """
Parser / codec for [Fluent FTL files](https://github.com/projectfluent/fluent/blob/master/spec/fluent.ebnf), written for [lingora](https://github.com/nigeleke/lingora)
(a localization management program), and may be found to be useful outside of that context.

It is not intended to replace any aspects of the [fluent-rs](https://github.com/projectfluent/fluent-rs)
crate implemented by [Project Fluent](https://projectfluent.org/), and, for the majority of language
translation needs, the reader is referred back to that crate.
"""
documentation = "https://docs.rs/fluent4rs"
edition = "2024"
homepage = "https://nigeleke.github.io/fluent4rs/"
keywords = ["fluent", "parser", "codec", "i18n", "l10n"]
license = "MIT"
name = "fluent4rs"
readme = "README.md"
repository = "https://github.com/nigeleke/fluent4rs"
version = "2.2.0"

[[test]]
name = "ast_spec"
path = "tests/ast_spec.rs"
required-features = ["walker"]

[[test]]
name = "grammar_spec"
path = "tests/grammar_spec.rs"