Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / fluent-bundle / Cargo.toml
blob6d36ec3acdea2f432dc86286bec182fa657b95bf
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 name = "fluent-bundle"
15 version = "0.15.2"
16 authors = ["Zibi Braniecki <gandalf@mozilla.com>", "Staś Małolepszy <stas@mozilla.com>"]
17 include = ["src/**/*", "benches/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18 description = "A localization system designed to unleash the entire expressive power of\nnatural language translations.\n"
19 homepage = "http://www.projectfluent.org"
20 readme = "README.md"
21 keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
22 categories = ["localization", "internationalization"]
23 license = "Apache-2.0/MIT"
24 repository = "https://github.com/projectfluent/fluent-rs"
26 [[bench]]
27 name = "resolver"
28 harness = false
30 [[bench]]
31 name = "resolver_iai"
32 harness = false
33 [dependencies.fluent-langneg]
34 version = "0.13"
36 [dependencies.fluent-syntax]
37 version = "0.11"
39 [dependencies.intl-memoizer]
40 version = "0.5"
42 [dependencies.intl_pluralrules]
43 version = "7.0.1"
45 [dependencies.rustc-hash]
46 version = "1"
48 [dependencies.self_cell]
49 version = "0.10"
51 [dependencies.smallvec]
52 version = "1"
54 [dependencies.unic-langid]
55 version = "0.9"
56 [dev-dependencies.criterion]
57 version = "0.3"
59 [dev-dependencies.iai]
60 version = "0.1"
62 [dev-dependencies.rand]
63 version = "0.8"
65 [dev-dependencies.serde]
66 version = "1.0"
67 features = ["derive"]
69 [dev-dependencies.serde_yaml]
70 version = "0.8"
72 [dev-dependencies.unic-langid]
73 version = "0.9"
74 features = ["macros"]
76 [features]
77 all-benchmarks = []
78 default = []