ppoprf 0.5.0

Puncturable Partially-Oblivious Pseudo-Random Function
Documentation
# 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 = "ppoprf"
version = "0.5.0"
authors = [
    "Alex Davidson <coela@alxdavids.xyz>",
    "Ralph Ankele <rankele@brave.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Puncturable Partially-Oblivious Pseudo-Random Function"
documentation = "https://docs.rs/ppoprf"
readme = "README.md"
keywords = [
    "crypto",
    "oprf",
    "protocol",
]
categories = ["cryptography"]
license = "MPL-2.0"
repository = "https://github.com/brave/sta-rs"

[features]
key-sync = []

[lib]
name = "ppoprf"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.bitvec]
version = "1.0.1"
features = ["serde"]

[dependencies.curve25519-dalek]
version = "4.0.0"
features = [
    "rand_core",
    "serde",
]

[dependencies.derive_more]
version = "0.99"

[dependencies.rand]
version = "0.8.5"
features = ["getrandom"]

[dependencies.rand_core]
version = "0.6.4"

[dependencies.serde]
version = "1.0.147"
features = ["derive"]

[dependencies.strobe-rs]
version = "0.10.0"

[dependencies.zeroize]
version = "1.5.5"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.insta]
version = "1.46"

[dev-dependencies.log]
version = "0.4.21"

[dev-dependencies.postcard]
version = "1.1"
features = ["use-std"]
default_features = false

[dev-dependencies.reqwest]
version = "0.12.4"
features = [
    "blocking",
    "json",
]

[dev-dependencies.tokio]
version = "1.37.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.warp]
version = "0.3.7"