# 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 = "sp-consensus-vrf" version = "0.25.0" authors = ["Parity Technologies "] description = "Primitives for VRF based consensus" homepage = "https://substrate.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.2.2" default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.1.1" default-features = false [dependencies.schnorrkel] version = "0.9.1" features = [ "preaudit_deprecated", "u64_backend", ] default-features = false [dependencies.sp-core] version = "20.0.0" default-features = false [dependencies.sp-runtime] version = "23.0.0" default-features = false [dependencies.sp-std] version = "7.0.0" default-features = false [features] default = ["std"] std = [ "codec/std", "scale-info/std", "schnorrkel/std", "sp-core/std", "sp-runtime/std", "sp-std/std", ]