2017-04-27 13:27:03 +03:00
|
|
|
[package]
|
|
|
|
name = "encoding_glue"
|
|
|
|
description = "FFI functions for mozilla::Encoding that aren't appropriate to share on crates.io due to m-c dependencies"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
simd-accel = ["encoding_rs/simd-accel"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-06-05 13:50:20 +03:00
|
|
|
encoding_rs = "0.8.0"
|
2019-01-05 01:03:56 +03:00
|
|
|
nsstring = { path = "../../xpcom/rust/nsstring" }
|
2017-04-27 13:27:03 +03:00
|
|
|
nserror = { path = "../../xpcom/rust/nserror" }
|