tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Cargo.toml (477B)


      1 [package]
      2 edition = "2015"
      3 name = "encoding_glue"
      4 description = "FFI functions for mozilla::Encoding that aren't appropriate to share on crates.io due to m-c dependencies"
      5 version = "0.1.0"
      6 authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
      7 license = "MIT OR Apache-2.0"
      8 
      9 [features]
     10 simd-accel = ["encoding_rs/simd-accel"]
     11 
     12 [dependencies]
     13 encoding_rs = "0.8.0"
     14 nsstring = { path = "../../xpcom/rust/nsstring" }
     15 nserror = { path = "../../xpcom/rust/nserror" }
     16 xmldecl = "0.2.0"