# 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_sigs_ref-rs" version = "0.1.0" authors = ["kwantam "] description = "BLS signatures draft std, ref impl" homepage = "https://github.com/algorand/bls_sigs_ref" documentation = "https://docs.rs/bls_sigs_ref" license = "MIT" repository = "https://github.com/algorand/bls_sigs_ref" [lib] crate-type = ["rlib", "staticlib"] [dependencies.ff] version = "0.4" [dependencies.hkdf] version = "0.8.0" [dependencies.pairing-plus] version = "0.17.0" [dependencies.sha2] version = "0.8.0" [dev-dependencies.byteorder] version = "1" [dev-dependencies.hex-literal] version = "0.1" [dev-dependencies.rand] version = "0.4"