File: Cargo.toml.orig

package info (click to toggle)
rust-gettext-rs 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "gettext-rs"
description = "Safe bindings for gettext"
version = "0.7.0"
authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Alexander Batischev <eual.jp@gmail.com>"]
repository = "https://github.com/Koka/gettext-rs"
documentation = "http://docs.rs/gettext-rs/"
homepage = "https://github.com/Koka/gettext-rs"
readme = "README.md"
keywords = ["gettext", "binding", "ffi", "i18n", "l10n"]
license = "MIT"
edition = "2015"

[lib]
name = "gettextrs"

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

[dependencies.gettext-sys]
version = "0.21.0"
path = "../gettext-sys"

[dependencies]
locale_config = "0.3"

[dev-dependencies]
lazy_static = "1"