# 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 = "pairing-plus" version = "0.19.0" authors = ["Sean Bowe ", "Jack Grigg ", "Riad S. Wahby ", "Zhenfei Zhang "] description = "Pairing-friendly elliptic curve library" homepage = "https://github.com/algorand/pairing-plus" documentation = "https://docs.rs/pairing-plus/" license = "MIT" repository = "https://github.com/algorand/pairing-plus" [dependencies.byteorder] version = "1" [dependencies.digest] version = "0.8" [dependencies.ff-zeroize] version = "0.6.3" features = ["derive"] [dependencies.rand] version = "0.4" [dependencies.rand_core] version = "0.5" [dependencies.rand_xorshift] version = "0.2" [dependencies.zeroize] version = "1.1" features = ["zeroize_derive"] [dev-dependencies.sha2] version = "0.8" [dev-dependencies.sha3] version = "0.8" [features] default = []