[package] name = "drand-verify" description = "A drand verification library." version = "0.6.2" authors = ["Simon Warta "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/noislabs/drand-verify" [lib] crate-type = ["cdylib", "rlib"] [features] js = ["hex", "wasm-bindgen"] [dependencies] pairing = "0.23.0" bls12_381 = { version = "0.8.0", features = ["experimental"] } sha2 = "0.9.1" # Must be compatible with bls12_381, see https://github.com/zkcrypto/bls12_381/issues/102 hex = { version = "0.4", optional = true } wasm-bindgen = { version = "0.2.83", optional = true } [dev-dependencies] hex = "0.4" hex-literal = "0.4.1"