# 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 = "rust-i18n" version = "3.1.2" authors = ["Jason Lee "] build = "build.rs" exclude = [ "crates", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust I18n is use Rust codegen for load YAML file storage translations on compile time, and give you a t! macro for simply get translation texts." readme = "README.md" keywords = [ "gettext", "i18n", "internationalization", "localization", "translation", ] categories = [ "localization", "internationalization", ] license = "MIT" repository = "https://github.com/longbridgeapp/rust-i18n" [lib] name = "rust_i18n" path = "src/lib.rs" [[example]] name = "app" path = "examples/app/main.rs" test = true [[bench]] name = "bench" path = "benches/bench.rs" harness = false [[bench]] name = "minify_key" path = "benches/minify_key.rs" harness = false [dependencies.once_cell] version = "1.10.0" [dependencies.rust-i18n-macro] version = "3.1.2" [dependencies.rust-i18n-support] version = "3.1.2" [dependencies.smallvec] version = "1.12.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.serde_yml] version = "0.0.11" [build-dependencies.globwalk] version = "0.8.1" [build-dependencies.regex] version = "1" [features] log-miss-tr = ["rust-i18n-macro/log-miss-tr"]