Bug 1893067 - Add actions key to glean urlbar metrics. r=mak,urlbar-reviewers
[gecko.git] / intl / encoding_glue / Cargo.toml
blob2e7cc26b0a3745c5fe308e5842f252a4c20c7256
1 [package]
2 name = "encoding_glue"
3 description = "FFI functions for mozilla::Encoding that aren't appropriate to share on crates.io due to m-c dependencies"
4 version = "0.1.0"
5 authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
6 license = "MIT OR Apache-2.0"
8 [features]
9 simd-accel = ["encoding_rs/simd-accel"]
11 [dependencies]
12 encoding_rs = "0.8.0"
13 nsstring = { path = "../../xpcom/rust/nsstring" }
14 nserror = { path = "../../xpcom/rust/nserror" }
15 xmldecl = "0.2.0"