# 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 = "2018" name = "vrf" version = "0.2.4" authors = ["Witnet Foundation "] exclude = ["/.travis.yml"] description = "Fast and extensible Verifiable Random Function (VRF) library; currently supporting secp256k1, secp256r1 and sect163k1 curves" homepage = "https://github.com/witnet/vrf-rs" documentation = "https://docs.rs/vrf/" readme = "README.md" keywords = ["vrf", "ecvrf", "secp256k1", "p256", "k163"] categories = ["algorithms", "cryptography"] license = "MIT" repository = "https://github.com/witnet/vrf-rs" [dependencies.failure] version = "0.1.8" [dependencies.hmac-sha256] version = "1.1.2" [dependencies.openssl] version = "0.10.38" [dev-dependencies.clap] version = "2.32.0" [dev-dependencies.hex] version = "0.3.2" [dev-dependencies.serde] version = "1.0.90" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.39" [features] vendored = ["openssl/vendored"] [badges.travis-ci] branch = "master" repository = "witnet/vrf-rs"