vdf-classgroup 0.2.0

Class groups in Rust using GMP for arithmetic (maintained fork for vdf-rs)
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"
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"