# 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] name = "bls_amcl" version = "0.7.0" authors = ["Lovesh Harchandani "] description = "BLS signatures. 2 variations. Multi-signature, Threshold signature, batch verification support" license = "Apache-2.0" repository = "https://github.com/lovesh/signature-schemes/tree/master/bls" [dependencies.amcl_wrapper] version = "0.2.1" features = ["bls381"] default-features = false [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7" [dependencies.secret_sharing] version = "0.1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [features] SignatureG1 = [] SignatureG2 = [] default = ["SignatureG2"]