# 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 = "drand-verify" version = "0.6.2" authors = ["Simon Warta "] description = "A drand verification library." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/noislabs/drand-verify" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bls12_381] version = "0.8.0" features = ["experimental"] [dependencies.hex] version = "0.4" optional = true [dependencies.pairing] version = "0.23.0" [dependencies.sha2] version = "0.9.1" [dependencies.wasm-bindgen] version = "0.2.83" optional = true [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.4.1" [features] js = [ "hex", "wasm-bindgen", ]