multiversx-bls 0.2.1

BLS signature library for MultiversX
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "multiversx-bls"
version = "0.2.1"
authors = ["MultiversX <contact@multiversx.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BLS signature library for MultiversX"
homepage = "https://multiversx.com/"
documentation = "https://docs.multiversx.com/"
readme = "README.md"
keywords = [
    "multiversx",
    "BLS",
    "blockchain",
]
categories = ["cryptography"]
license = "GPL-3.0-only"
repository = "https://github.com/multiversx/mx-bls-rs"

[lib]
name = "multiversx_bls"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[[bench]]
name = "bls381_benches"
path = "benches/bls381_benches.rs"
harness = false

[[bench]]
name = "multi_verify_benches"
path = "benches/multi_verify_benches.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.hex]
version = "0.4"