[package]
edition = "2021"
rust-version = "1.85"
name = "vdf-classgroup"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Class groups in Rust using GMP for arithmetic (maintained fork for vdf-rs)"
homepage = "https://github.com/jose-compu/vdf-rs"
documentation = "https://docs.rs/vdf-classgroup"
readme = false
keywords = [
"classgroup",
"vdf",
"cryptography",
]
categories = [
"cryptography",
"algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/jose-compu/vdf-rs"
[lib]
name = "vdf_classgroup"
path = "src/lib.rs"
[[bench]]
name = "classgroup-bench"
path = "bench/bench.rs"
harness = false
[dependencies.libc]
version = "0.2"
[dependencies.num-traits]
version = "0.2"
[dev-dependencies.criterion]
version = "0.5"
[build-dependencies.pkg-config]
version = "0.3"