]> git.proxmox.com Git - rustc.git/blob - vendor/intl_pluralrules/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / intl_pluralrules / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "intl_pluralrules"
15 version = "7.0.2"
16 authors = [
17 "Kekoa Riggin <kekoariggin@gmail.com>",
18 "Zibi Braniecki <zbraniecki@mozilla.com>",
19 ]
20 include = [
21 "src/**/*",
22 "benches/*.rs",
23 "Cargo.toml",
24 "README.md",
25 ]
26 description = "Unicode Plural Rules categorizer for numeric input."
27 readme = "README.md"
28 keywords = [
29 "localization",
30 "l10n",
31 "i18n",
32 "intl",
33 "internationalization",
34 ]
35 categories = [
36 "localization",
37 "internationalization",
38 ]
39 license = "Apache-2.0/MIT"
40 repository = "https://github.com/zbraniecki/pluralrules"
41
42 [[bench]]
43 name = "pluralrules"
44 harness = false
45
46 [dependencies.unic-langid]
47 version = "0.9"
48
49 [dev-dependencies.criterion]
50 version = "0.3"
51
52 [dev-dependencies.unic-langid]
53 version = "0.9"
54 features = ["macros"]
55
56 [badges.coveralls]
57 branch = "master"
58 repository = "zbraniecki/pluralrules"
59 service = "github"
60
61 [badges.maintenance]
62 status = "actively-developed"
63
64 [badges.travis-ci]
65 branch = "master"
66 repository = "zbraniecki/pluralrules"