# 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 = "bls12_381-bls" version = "0.4.0" exclude = [ ".gitignore", "Cargo.lock", ".github/", ] description = "Implementation of BLS signatures using the BLS12-381 curve" readme = "README.md" keywords = [ "cryptography", "bls", "bls12_381", "signatures", ] categories = [ "algorithms", "cryptography", "mathematics", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/bls12_381-bls" [dependencies.bytecheck] version = "0.6" optional = true default-features = false [dependencies.dusk-bls12_381] version = "0.13" features = [ "alloc", "pairings", "zeroize", ] default-features = false [dependencies.dusk-bytes] version = "0.1" [dependencies.ff] version = "0.13" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rayon] version = "1.8" optional = true [dependencies.rkyv] version = "0.7" optional = true default-features = false [dependencies.zeroize] version = "1" features = ["derive"] default-features = false [dev-dependencies.rand] version = "0.8" [features] parallel = ["dep:rayon"] rkyv-impl = [ "dusk-bls12_381/rkyv-impl", "rkyv", "bytecheck", ]