gettext-rs 0.4.1

GNU Gettext FFI binding for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gettext-rs"
version = "0.4.1"
authors = ["Konstantin Salikhov <koka58@yandex.ru>"]
exclude = ["systest/*", "ci/*", "gettext-sys/*"]
description = "GNU Gettext FFI binding for Rust"
homepage = "https://github.com/Koka/gettext-rs"
documentation = "http://koka.github.io/gettext-rs/gettextrs/"
readme = "README.md"
keywords = ["gettext", "binding", "ffi", "i18n", "l10n"]
license = "MIT"
repository = "https://github.com/Koka/gettext-rs"

[lib]
name = "gettextrs"
[dependencies.gettext-sys]
version = "0.19.8"

[dependencies.locale_config]
version = "0.2"

[features]
gettext-system = ["gettext-sys/gettext-system"]