# 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 = "ic-verify-bls-signature" version = "0.6.0" description = "A library for handling BLS signatures" readme = "README.md" license = "Apache-2.0" [dependencies.bls12_381] version = "0.10" features = [ "groups", "pairings", "experimental", ] default-features = false package = "ic_bls12_381" [dependencies.hex] version = "0.4" optional = true default-features = false [dependencies.lazy_static] version = "1" optional = true [dependencies.pairing] version = "0.23" [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] alloc = [ "bls12_381/alloc", "lazy_static", "hex/alloc", ] default = [ "alloc", "rand", ] rand = ["dep:rand"]