[package] name = "gettr" version = "0.0.2" edition = "2021" authors = ["Florian Loers florianloers@mailbox.org"] repository = "https://gitlab.com/floers/gettr" license = "MIT" description = "i18n framework for Rust and yew" keywords = ["i18n", "yew", "gettext", "UI"] [features] yew = ["dep:yew"] [dependencies] log = "0.4.20" once_cell = "1.18.0" regex = "1" yew = { version = "0.21", features = ["csr"], optional = true }