# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "loon-embed" version = "0.5.0" authors = ["Jacob Brown ", "Jason Lee "] description = "I18n for Rust, support embed YAML, JSON." readme = "README.md" keywords = ["i18n", "localization", "internationalization"] categories = ["i18n", "yml", "json", "localization", "internationalization"] license = "MIT" repository = "https://github.com/longbridgeapp/loon" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1" [dependencies.rust-embed] version = "6" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.strfmt] version = "0.1.6" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5.6" optional = true [features] default = ["yaml"] yaml = ["serde_yaml"]