# 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 = "blstrs" version = "0.6.2" authors = ["dignifiedquire "] description = "High performance implementation of BLS12 381" documentation = "https://docs.rs/blstrs" readme = "README.md" categories = ["cryptography", "algorithms"] license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/blstrs" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [dependencies.blst] version = "0.3.10" default-features = true [dependencies.byte-slice-cast] version = "1.0.0" [dependencies.ec-gpu] version = "0.2.0" optional = true [dependencies.ff] version = "0.12" [dependencies.group] version = "0.12" features = ["tests"] [dependencies.pairing_lib] version = "0.22" package = "pairing" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.subtle] version = "2.2.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.serde_json] version = "1.0.57" [features] __private_bench = [] default = ["serde"] gpu = ["ec-gpu"] portable = ["blst/portable"]