tor-browser

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

Cargo.toml (517B)


      1 [package]
      2 name = "trust-anchors"
      3 version = "0.1.0"
      4 authors = ["John Schanck <jschanck@mozilla.com>"]
      5 edition = "2021"
      6 license = "MPL-2.0"
      7 
      8 [features]
      9 # Used during build.
     10 # Not actually used in this crate.
     11 # Overwritten by the `test_trust_anchors` crate.
     12 testlib = []
     13 
     14 [dependencies]
     15 pkcs11-bindings = "0.1.1"
     16 smallvec = { version = "1.9.0", features = ["const_new"] }
     17 
     18 [build-dependencies]
     19 bindgen = { default-features = false, features = ["runtime"], version = "0.69" }
     20 mozbuild = "0.1"
     21 nom = "7.1.1"
     22 sha2 = "0.10"