# 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 = "2021" name = "privacypass" version = "0.2.0-pre.0" description = "Implementation of Privacy Pass" documentation = "https://docs.rs/privacypass" readme = "README.md" keywords = [ "privacypass", "privacy", "pass", "ietf", ] categories = [ "cryptography", "privacy", ] license = "MIT" repository = "https://github.com/raphaelrobert/privacypass" [[bench]] name = "benchmark" harness = false [dependencies.async-trait] version = "0.1.56" [dependencies.base64] version = "0.22.0" [dependencies.blind-rsa-signatures] version = "0.15.0" [dependencies.generic-array] version = "0.14.5" [dependencies.http] version = "1" [dependencies.nom] version = "7" [dependencies.p384] version = "0.13.0" features = [ "hash2curve", "voprf", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1" [dependencies.tls_codec] version = "0.4.0" [dependencies.tls_codec_derive] version = "0.4.0" [dependencies.typenum] version = "1.15.0" [dependencies.voprf] version = "0.5" features = ["serde"] [dev-dependencies.criterion] version = "0.5.0" features = [ "async_futures", "async_tokio", ] [dev-dependencies.hex] version = "0.4.3" features = ["serde"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.20.0" features = ["full"] [features] default = [] kat = ["voprf/danger"]