blst 0.3.13

Bindings for blst BLS12-381 library
Documentation
[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "blst_benches"

[build-dependencies.cc]
version = "1.0"

[dependencies.serde]
optional = true
version = "1.0.152"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "^1.1"

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

[dev-dependencies.rand_chacha]
version = "0.3"

[dev-dependencies.rmp-serde]
version = "1.1.1"

[features]
default = []
force-adx = []
no-threads = []
portable = []
serde-secret = ["serde"]

[package]
authors = ["sean-sn <sean@supranational.net>"]
categories = ["cryptography"]
description = "Bindings for blst BLS12-381 library"
edition = "2018"
include = ["**/*.rs", "/Cargo.toml", "/README.md", "/rustfmt.toml", "/blst/src/*.c", "/blst/src/*.h*", "/blst/build/**", "/blst/bindings/blst.h", "/blst/bindings/blst_aux.h", "/blst/bindings/blst.hpp"]
keywords = ["crypto", "bls", "signature", "asm", "wasm"]
license = "Apache-2.0"
links = "blst"
name = "blst"
readme = "README.md"
repository = "https://github.com/supranational/blst"
version = "0.3.13"

[profile.release]

[target."cfg(any(unix, windows))".dev-dependencies.criterion]
version = "0.3"

[target.'cfg(not(any(target_arch="wasm32", target_os="none", target_os="unknown", target_os="uefi")))'.dependencies.threadpool]
version = "^1.8.1"

[target.'cfg(target_env = "msvc")'.build-dependencies.glob]
version = "0.3"