summaryrefslogtreecommitdiffstats
path: root/intl/l10n/rust/localization-ffi/Cargo.toml
blob: 59445bdc5fe738dc5ca0d0ebf0290054dde3a78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "localization-ffi"
version = "0.1.0"
authors = ["The Mozilla Project Developers"]
edition = "2018"
license = "MPL-2.0"

[dependencies]
futures-channel = "0.3"
futures = "0.3"
nserror = { path = "../../../../xpcom/rust/nserror" }
nsstring = { path = "../../../../xpcom/rust/nsstring" }
l10nregistry = { path = "../l10nregistry-rs" }
fluent = "0.16.0"
unic-langid = "0.9"
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
async-trait = "0.1"
moz_task = { path = "../../../../xpcom/rust/moz_task" }
fluent-ffi = { path = "../fluent-ffi" }
fluent-fallback = "0.7.0"
l10nregistry-ffi = { path = "../l10nregistry-ffi" }
xpcom = { path = "../../../../xpcom/rust/xpcom" }
cstr = "0.2"