# 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 = "vrf-mod" version = "0.1.2" description = "An extensible rust library for building VRF functionality with support for Elliptical Curve VRFs (secp256k1, secp256r1 curves)." homepage = "https://github.com/th3outcast/vrf-mod" readme = "README.md" keywords = ["cryptography", "vrf", "ecvrf"] license = "MIT" repository = "https://github.com/th3outcast/vrf-mod" resolver = "2" [dependencies.bytes] version = "1.2.1" [dependencies.hex] version = "0.4.3" [dependencies.hmac-sha256] version = "1.1.4" [dependencies.openssl] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4.3"