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