[package] authors = ["juliancoffee "] edition = "2021" name = "veloren-voxygen-i18n" description = "Crate for internalization and diagnostic of existing localizations." version = "0.13.0" [dependencies] # Assets common-assets = {package = "veloren-common-assets", path = "../../common/assets"} ron = "0.7" serde = { version = "1.0", features = ["derive"] } # Localization unic-langid = { version = "0.9"} intl-memoizer = { git = "https://github.com/juliancoffee/fluent-rs.git", branch = "patched"} fluent = { git = "https://github.com/juliancoffee/fluent-rs.git", branch = "patched"} fluent-bundle = { git = "https://github.com/juliancoffee/fluent-rs.git", branch = "patched"} # Utility hashbrown = { version = "0.12", features = ["serde", "nightly"] } deunicode = "1.0" tracing = "0.1"