[package] authors = ["Jacob Brown ", "Jason Lee "] categories = ["i18n", "yml", "json", "localization", "internationalization"] description = "I18n for Rust, support embed YAML, JSON." edition = "2018" keywords = ["i18n", "localization", "internationalization"] license = "MIT" name = "loon-embed" readme = "README.md" repository = "https://github.com/longbridgeapp/loon" version = "0.5.0" [features] default = ["yaml"] yaml = ["serde_yaml"] [dependencies] glob = "0.3" lazy_static = "1.4.0" once_cell = "1" rust-embed = {version = "6"} serde_json = "1" serde_yaml = {version = "0.8", optional = true} strfmt = "0.1.6" thiserror = "1" toml = {version = "0.5.6", optional = true}