Bug 1687263: part 4) Defer and in some cases avoid removing spellchecking-ranges...
[gecko.git] / intl / encoding_glue / Cargo.toml
blobb25f16309fad84a35a565275052c5c0027cb7471
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.1.1"