# 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.13" authors = ["sean-sn "] 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", ] 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" [profile.release] [[bench]] name = "blst_benches" harness = false [dependencies.serde] version = "1.0.152" optional = true [dependencies.zeroize] version = "^1.1" features = ["zeroize_derive"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rmp-serde] version = "1.1.1" [build-dependencies.cc] version = "1.0" [features] default = [] force-adx = [] no-threads = [] portable = [] serde-secret = ["serde"] [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" [badges.maintenance] status = "actively-developed"