# 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 = "paired" version = "0.22.0" authors = ["Sean Bowe ", "Jack Grigg ", "dignifiedquire "] description = "Fork of the 'paired: Pairing-friendly elliptic curve library'" homepage = "https://github.com/filecoin-project/pairing" documentation = "https://docs.rs/paired/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/filecoin-project/pairing" [dependencies.blake2b_simd] version = "0.5" [dependencies.byteorder] version = "1" [dependencies.digest] version = "0.9.0" features = ["std"] [dependencies.fff] version = "0.3.0" features = ["derive"] [dependencies.groupy] version = "0.4.1" [dependencies.hkdf] version = "0.10.0" [dependencies.rand_core] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand_xorshift] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.9.0" [dev-dependencies.sha3] version = "0.9.0" [features] default = [] expose-arith = [] unstable-features = ["expose-arith"] [badges.maintenance] status = "actively-developed"