# 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 = "tr" version = "0.1.10" authors = ["Olivier Goffart "] description = "tr! macro for localisation" documentation = "https://docs.rs/tr" readme = "README.md" keywords = [ "internationalization", "translation", "l10n", "i18n", "gettext", ] categories = [ "internationalization", "localization", ] license = "MIT" repository = "https://github.com/woboq/tr" [[bench]] name = "my_bench" harness = false [dependencies.gettext] version = "0.4" optional = true [dependencies.gettext-rs] version = "0.7" features = ["gettext-system"] optional = true [dependencies.lazy_static] version = "1.2" [dev-dependencies.criterion] version = "0.5" [features] default = ["gettext-rs"]