# 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 = "blstrs_plus" version = "0.8.18" authors = [ "dignifiedquire ", "Mike Lodder ", ] description = "High performance implementation of BLS12 381" homepage = "https://docs.rs/blstrs_plus" documentation = "https://docs.rs/blstrs_plus" readme = "README.md" categories = [ "cryptography", "algorithms", ] license = "MIT/Apache-2.0" repository = "https://github.com/mikelodder7/blstrs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [dependencies.ark-bls12-381] version = "0.4.0" optional = true [dependencies.ark-ec] version = "0.4.2" optional = true [dependencies.ark-ff] version = "0.4.2" optional = true [dependencies.ark-serialize] version = "0.4.2" optional = true [dependencies.arrayref] version = "0.3" [dependencies.blst] version = "=0.3.12" [dependencies.elliptic-curve] version = "0.13" features = ["hazmat"] default-features = false [dependencies.ff] version = "0.13" [dependencies.group] version = "0.13" features = ["tests"] [dependencies.num-bigint] version = "0.4.5" optional = true [dependencies.num-traits] version = "0.2.19" optional = true [dependencies.pairing_lib] version = "0.23" package = "pairing" [dependencies.rand] version = "0.8" optional = true [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.subtle] version = "2.5" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] [dev-dependencies.ark-poly] version = "0.4.2" [dev-dependencies.bls12_381_plus] version = "0.8" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.serde_bare] version = "0.5" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.10" [features] __private_bench = [] ark = [ "ark-bls12-381", "ark-ec", "ark-ff", "ark-serialize", "num-bigint", "num-traits", "rand", ] default = [ "hashing", "serde", ] hashing = ["elliptic-curve/hash2curve"] portable = ["blst/portable"]