# 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 = "2015" name = "gettext-rs" version = "0.7.2" authors = [ "Konstantin Salikhov ", "Alexander Batischev ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe bindings for gettext" homepage = "https://github.com/gettext-rs/gettext-rs" documentation = "https://docs.rs/gettext-rs/" readme = "README.md" keywords = [ "gettext", "binding", "ffi", "i18n", "l10n", ] license = "MIT" repository = "https://github.com/gettext-rs/gettext-rs" [lib] name = "gettextrs" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.gettext-sys] version = ">= 0.21.0, <0.23.0" [dependencies.locale_config] version = "0.3" [dev-dependencies.lazy_static] version = "1" [features] gettext-system = ["gettext-sys/gettext-system"]