[package] name = "fluent-fallback" description = """ A high-level implementation of a collection of locale bundles including fallback between locales for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. """ version = "0.7.2" edition.workspace = true rust-version.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true authors.workspace = true categories.workspace = true keywords.workspace = true readme = "README.md" [dependencies] fluent-bundle.workspace = true futures.workspace = true rustc-hash.workspace = true unic-langid.workspace = true async-trait = "0.1" chunky-vec = "0.1" once_cell.workspace = true pin-cell = "0.2" [dev-dependencies] fluent-langneg.workspace = true unic-langid = { workspace = true, features = ["macros"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } fluent-resmgr = { path = "../fluent-resmgr" }