# 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 = "ecvrf-rs" version = "1.0.0" authors = ["Amit Prasad "] exclude = [ "**/.gitignore", ".gitignore", ".travis.yml", ] description = "Elliptic Curve VRF implemented in Rust" categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/EntropicLabs/ecvrf-rs" resolver = "2" [dependencies.curve25519-entropic] version = "3.2.1" features = [ "alloc", "u64_backend", ] default-features = false [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.2" default-features = false [dependencies.thiserror] version = "1.0.31" [dev-dependencies.hex] version = "0.4.3"