Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / intl / encoding_glue / Cargo.toml
blob83c78315d9770a1f0db2641f1b015a4211f04c67
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/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"