summaryrefslogtreecommitdiffstats
path: root/intl/l10n/rust/l10nregistry-tests/Cargo.toml
blob: 12ffbfdc66a47c624ed5ec4a976b6a133168a25d (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
name = "l10nregistry-tests"
version = "0.3.0"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
license = "Apache-2.0/MIT"
edition = "2018"

[dependencies]
l10nregistry = { path = "../l10nregistry-rs", features = ["test-fluent"] }
async-trait = "0.1"
fluent-fallback = "0.7.0"
fluent-testing = { version = "0.0.3", features = ["sync", "async"] }
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
unic-langid = { version = "0.9", features = ["macros"] }

[dev-dependencies]
criterion = "0.3"
fluent-bundle = "0.15.2"
futures = "0.3"
serial_test = "0.6"

[features]
default = []

[[bench]]
name = "preferences"
harness = false

[[bench]]
name = "localization"
harness = false

[[bench]]
name = "source"
harness = false

[[bench]]
name = "solver"
harness = false

[[bench]]
name = "registry"
harness = false