[package] name = "tofuri-key" version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Tofuri key" repository = "https://github.com/tofuri/tofuri" [dependencies] tofuri-core = { version = "0.1", path = "../core" } secp256k1 = { version = "0.25", features = ["rand-std","recovery","global-context"] } vrf = { version = "0.2", optional = true } rand = "0.8" sha2 = "0.10" [features] vrf = ["dep:vrf"]