# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "challenge-bypass-ristretto" version = "2.0.0" authors = ["eV "] exclude = [ ".gitignore", ".travis.yml", ] description = "A rust implemention of the privacy pass cryptographic protocol using the Ristretto group (WIP)" documentation = "https://docs.rs/challenge-bypass-ristretto" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/brave-intl/challenge-bypass-ristretto" [package.metadata.docs.rs] rustdoc-args = [ "--document-private-items", "--html-in-header", "./rustdoc-include-katex-header.html", ] [[bench]] name = "benchmarks" harness = false [dependencies.base64] version = "0.13" optional = true [dependencies.crypto-mac] version = "0.11" [dependencies.curve25519-dalek] version = "4" features = [ "precomputed-tables", "zeroize", "rand_core", "digest", ] default-features = false [dependencies.digest] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_chacha] version = "0.3" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "^1.0.0" optional = true default-features = false [dependencies.subtle] version = "^2.2" default-features = false [dependencies.zeroize] version = "1.3" [dev-dependencies.base64] version = "0.13" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" default-features = true [dev-dependencies.serde] version = "^1.0.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.10" [features] alloc = ["curve25519-dalek/alloc"] default = ["std"] serde_base64 = [ "serde", "base64", ] std = [ "alloc", "subtle/std", ]