tor-browser

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

Cargo.toml (640B)


      1 [package]
      2 name = "pkcs11testmodule-static"
      3 version = "0.1.0"
      4 edition = "2021"
      5 license = "MPL-2.0"
      6 
      7 [dependencies]
      8 base64 = "0.22"
      9 env_logger = {version = "0.10", default-features = false } # disable `regex` to reduce code size
     10 libcrux-p256 = { version = "0.0.3", features = ["expose-hacl"] }
     11 log = "0.4"
     12 mozilla-central-workspace-hack = { version = "0.1", features = ["pkcs11testmodule-static"], optional = true }
     13 num-bigint = "0.4"
     14 num-integer = "0.1"
     15 pkcs11-bindings = "0.1.1"
     16 rand = "0.8"
     17 rsclientcerts = { path = "../../../rsclientcerts" }
     18 rsclientcerts-util = { path = "../../../rsclientcerts-util" }
     19 
     20 [lib]
     21 crate-type = ["staticlib"]