no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / fluent-fallback / Cargo.toml
blob105de939989b4c93d802911941bc6fe348408139
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 = "2021"
14 name = "fluent-fallback"
15 version = "0.7.0"
16 authors = [
17     "Zibi Braniecki <gandalf@mozilla.com>",
18     "Staś Małolepszy <stas@mozilla.com>",
20 description = """
21 High-level abstraction model for managing localization resources
22 and runtime localization lifecycle.
23 """
24 homepage = "http://www.projectfluent.org"
25 readme = "README.md"
26 keywords = [
27     "localization",
28     "l10n",
29     "i18n",
30     "intl",
31     "internationalization",
33 categories = [
34     "localization",
35     "internationalization",
37 license = "Apache-2.0/MIT"
38 repository = "https://github.com/projectfluent/fluent-rs"
39 resolver = "1"
41 [dependencies.async-trait]
42 version = "0.1"
44 [dependencies.chunky-vec]
45 version = "0.1"
47 [dependencies.fluent-bundle]
48 version = "0.15.2"
50 [dependencies.futures]
51 version = "0.3"
53 [dependencies.once_cell]
54 version = "1.9"
56 [dependencies.rustc-hash]
57 version = "1"
59 [dependencies.unic-langid]
60 version = "0.9"
62 [dev-dependencies.fluent-langneg]
63 version = "0.13"
65 [dev-dependencies.tokio]
66 version = "1.0"
67 features = [
68     "rt-multi-thread",
69     "macros",
72 [dev-dependencies.unic-langid]
73 version = "0.9"
74 features = ["macros"]