# 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.60" name = "vrf-r255" version = "0.1.0" authors = ["Jack Grigg "] description = "A Verifiable Random Function built on the ristretto255 group" keywords = [ "curve25519", "ristretto255", "rfc9381", "rfc9496", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/str4d/vrf-r255" resolver = "2" [[bench]] name = "benchmarks" harness = false [dependencies.curve25519-dalek] version = "4" features = ["rand_core"] [dependencies.rand_core] version = "0.6" [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2.4" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"]