1[package]
2name = "gettext-sys"
3description = "Raw FFI bindings for gettext"
4license = "MIT"
5version = "0.21.3"
6authors = ["Brian Olsen <brian@maven-group.org>", "Alexander Batischev <eual.jp@gmail.com>"]
7build = "build.rs"
8links = "gettext"
9readme = "README.md"
10documentation = "https://docs.rs/gettext-sys/"
11homepage = "https://github.com/Koka/gettext-rs"
12repository = "https://github.com/Koka/gettext-rs"
13edition = "2015"
14keywords = ["gettext", "binding", "ffi", "i18n", "l10n"]
15
16[lib]
17path = "lib.rs"
18
19[features]
20gettext-system = []
21
22[build-dependencies]
23cc = "1.0"
24temp-dir = "0.1.11"
25