gettext-sys 0.27.0

Raw FFI bindings for gettext
# 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-sys"
version = "0.27.0"
authors = [
    "Brian Olsen <brian@maven-group.org>",
    "Alexander Batischev <eual.jp@gmail.com>",
]
build = "build.rs"
links = "gettext"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for gettext"
homepage = "https://github.com/gettext-rs/gettext-rs"
documentation = "https://docs.rs/gettext-sys/"
readme = "README.md"
keywords = [
    "gettext",
    "binding",
    "ffi",
    "i18n",
    "l10n",
]
license = "MIT"
repository = "https://github.com/gettext-rs/gettext-rs"

[features]
gettext-system = []

[lib]
name = "gettext_sys"
path = "lib.rs"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.temp-dir]
version = "0.1.11"