# 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 = "pea-key" version = "0.6.4" description = "Peacash key" license = "GPL-3.0" repository = "https://github.com/peacash/peacash" resolver = "1" [dependencies.pea-core] version = "0.6" [dependencies.rand] version = "0.8" [dependencies.secp256k1] version = "0.25" features = [ "rand-std", "recovery", "global-context", ] [dependencies.sha2] version = "0.10" [dependencies.vrf] version = "0.2" optional = true [features] vrf = ["dep:vrf"]