vrf_fun 0.12.1

RFC 9381 compliant Verifiable Random Function (VRF) for secp256k1
# 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 = "2024"
rust-version = "1.85.0"
name = "vrf_fun"
version = "0.12.1"
authors = ["LLFourn <lloyd.fourn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 9381 compliant Verifiable Random Function (VRF) for secp256k1"
homepage = "https://github.com/LLFourn/secp256kfun/tree/master/vrf_fun"
documentation = "https://docs.rs/vrf_fun"
readme = "README.md"
license = "0BSD"
repository = "https://github.com/LLFourn/secp256kfun"
resolver = "2"

[features]
bincode = [
    "secp256kfun/bincode",
    "sigma_fun/bincode",
    "dep:bincode",
]
default = ["std"]
serde = [
    "dep:serde",
    "secp256kfun/serde",
    "sigma_fun/serde",
    "generic-array/serde",
]
std = ["secp256kfun/std"]

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

[[test]]
name = "codec"
path = "tests/codec.rs"

[[test]]
name = "proptest_tests"
path = "tests/proptest_tests.rs"

[[test]]
name = "rfc9381_test_vectors"
path = "tests/rfc9381_test_vectors.rs"

[dependencies.bincode]
version = "2"
features = ["derive"]
optional = true
default-features = false

[dependencies.generic-array]
version = "0.14"
default-features = false

[dependencies.rand_chacha]
version = "0.3"
default-features = false

[dependencies.secp256kfun]
version = "0.12"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.sigma_fun]
version = "0.9"
features = ["secp256k1"]
default-features = false

[dev-dependencies.bincode]
version = "2"
features = ["derive"]
default-features = false

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.sha2]
version = "0.10"