Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / fluent-syntax / Cargo.toml
blobcc6851d45f979f370f3d06fb052abebe43d1b134
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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 edition = "2018"
15 name = "fluent-syntax"
16 version = "0.11.0"
17 authors = ["Zibi Braniecki <gandalf@mozilla.com>", "Staś Małolepszy <stas@mozilla.com>"]
18 include = ["src/**/*", "benches/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
19 description = "Parser/Serializer tools for Fluent Syntax. \n"
20 homepage = "http://www.projectfluent.org"
21 readme = "README.md"
22 keywords = ["localization", "l10n", "i18n", "intl", "internationalization"]
23 categories = ["localization", "internationalization"]
24 license = "Apache-2.0/MIT"
25 repository = "https://github.com/projectfluent/fluent-rs"
27 [[bin]]
28 name = "parser"
29 path = "src/bin/parser.rs"
31 [[bin]]
32 name = "update_fixtures"
33 path = "src/bin/update_fixtures.rs"
34 required-features = ["json"]
36 [[test]]
37 name = "parser_fixtures"
38 path = "tests/parser_fixtures.rs"
39 required-features = ["json"]
41 [[bench]]
42 name = "parser"
43 harness = false
45 [[bench]]
46 name = "parser_iai"
47 harness = false
48 [dependencies.serde]
49 version = "1.0"
50 features = ["derive"]
51 optional = true
53 [dependencies.serde_json]
54 version = "1.0"
55 optional = true
57 [dependencies.thiserror]
58 version = "1.0"
59 [dev-dependencies.criterion]
60 version = "0.3"
62 [dev-dependencies.glob]
63 version = "0.3"
65 [dev-dependencies.iai]
66 version = "0.1"
68 [dev-dependencies.serde]
69 version = "1.0"
70 features = ["derive"]
72 [dev-dependencies.serde_json]
73 version = "1.0"
75 [features]
76 all-benchmarks = []
77 default = []
78 json = ["serde", "serde_json"]