blst 0.3.17

Bindings for blst BLS12-381 library
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 = "2018"
name = "blst"
version = "0.3.17"
authors = ["sean-sn <sean@supranational.net>"]
build = "build.rs"
links = "blst"
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for blst BLS12-381 library"
readme = "README.md"
keywords = [
    "crypto",
    "bls",
    "signature",
    "asm",
    "wasm",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/supranational/blst"

[badges.maintenance]
status = "actively-developed"

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

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

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

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

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

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

[dev-dependencies.rand_core]
version = "0.6"
features = ["std"]

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

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

[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"

[profile.release]