2017-07-08 10:55:43 -06:00
|
|
|
[package]
|
|
|
|
name = "pairing"
|
2017-08-22 15:35:02 -06:00
|
|
|
version = "0.11.0"
|
2017-07-08 10:55:43 -06:00
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
description = "Pairing-friendly elliptic curve library"
|
|
|
|
documentation = "https://docs.rs/pairing/"
|
|
|
|
homepage = "https://github.com/ebfull/pairing"
|
|
|
|
repository = "https://github.com/ebfull/pairing"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "0.3"
|
2017-07-16 21:50:03 -06:00
|
|
|
byteorder = "1.1.0"
|
2017-08-14 16:41:55 +01:00
|
|
|
clippy = { version = "0.0.151", optional = true }
|
2017-07-14 11:56:55 -06:00
|
|
|
|
|
|
|
[features]
|
2017-09-27 19:09:59 -06:00
|
|
|
unstable-features = []
|
2017-08-15 12:53:22 -06:00
|
|
|
u128-support = []
|
|
|
|
default = ["u128-support"]
|