# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nubls" version = "0.1.0" authors = ["NuCypher"] description = "A BLS (Boneh-Lynn-Shacham) signature implementation written in pure Rust that\noffers support for threshold signatures with Shamir's Secret Sharing, and a \nProxy Re-Signature (PRS) algorithm designed by NuCypher called Penumbral.\n" documentation = "https://docs.rs/nubls" readme = "README.md" keywords = ["ethereum", "crypto", "ecc", "pairings", "bls12-381"] categories = ["cryptography", "cryptography::cryptocurrencies"] license = "AGPL-3.0" repository = "https://github.com/nucypher/nubls/tree/master/rust-nubls" [dependencies.bls12_381] version = "0.3.1" features = ["nightly", "endo"] [dependencies.getrandom] version = "0.2" [dependencies.sha2] version = "0.9.2"