# 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 = "2021" name = "yew-i18n" version = "0.1.2" authors = ["Mahmoud Harmouch "] exclude = ["/examples"] description = "🌐 Internationalization (i18n) component for the Yew framework." homepage = "https://github.com/next-rs/yew-i18n" documentation = "https://docs.rs/yew-i18n/" readme = "README.md" keywords = [ "yew", "rust", "i18n", "yew-i18n", ] categories = [ "web-programming", "internationalization", "accessibility", ] license = "MIT" repository = "https://github.com/next-rs/yew-i18n" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.serde_json] version = "1.0.113" [dependencies.yew] version = "0.21.0" [badges.maintenance] status = "actively-developed"