[package]
name = "pairing"
version = "0.23.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <jack@z.cash>"]
readme = "README.md"
license = "MIT/Apache-2.0"
description = "Pairing-friendly elliptic curve library"
documentation = "https://docs.rs/pairing/"
homepage = "https://github.com/zkcrypto/pairing"
repository = "https://github.com/zkcrypto/pairing"
edition = "2021"
[dependencies]
group = { version = "0.13", default-features = false }
[badges]
maintenance = { status = "actively-developed" }