# 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 = "libecvrf" version = "1.1.2" authors = ["Chiro "] description = "A ECVRF that's friendly with EVM, based on curve secp256k1 and keccak256" readme = "README.md" keywords = [ "vrf", "ecvrf", "libecvrf", "randomness", "rng", ] categories = [ "no-std", "cryptography", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/orochi-network/orochimaru/" [lib] name = "libecvrf" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.rand] version = "0.8.5" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] default-features = false [features] default = ["no_std"] no_std = [] std = []