tor-browser

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

Cargo.toml (892B)


      1 [package]
      2 edition = "2015"
      3 name = "cert_storage"
      4 version = "0.0.1"
      5 authors = ["Dana Keeler <dkeeler@mozilla.com>", "Mark Goodwin <mgoodwin@mozilla.com"]
      6 license = "MPL-2.0"
      7 
      8 [dependencies]
      9 base64 = "0.22.0"
     10 byteorder = "1.2.7"
     11 clubcard = "0.3"
     12 clubcard-crlite = "0.3"
     13 crossbeam-utils = "0.8"
     14 cstr = "0.2"
     15 log = "0.4"
     16 moz_task = { path = "../../../../xpcom/rust/moz_task" }
     17 nserror = { path = "../../../../xpcom/rust/nserror" }
     18 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     19 rkv = { version = "0.20", default-features = false }
     20 sha2 = "0.10.2"
     21 static_prefs = { path = "../../../../modules/libpref/init/static_prefs" }
     22 storage_variant = { path = "../../../../storage/variant" }
     23 tempfile = "3"
     24 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
     25 time = "0.3"
     26 wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
     27 xpcom = { path = "../../../../xpcom/rust/xpcom" }