# 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 = "gettr" version = "0.0.2" authors = ["Florian Loers florianloers@mailbox.org"] description = "i18n framework for Rust and yew" readme = "README.md" keywords = [ "i18n", "yew", "gettext", "UI", ] license = "MIT" repository = "https://gitlab.com/floers/gettr" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1" [dependencies.yew] version = "0.21" features = ["csr"] optional = true [features] yew = ["dep:yew"]