2017-07-08 19:55:43 +03:00
|
|
|
[package]
|
|
|
|
name = "pairing"
|
2017-07-30 09:56:24 +03:00
|
|
|
version = "0.10.2"
|
2017-07-08 19:55:43 +03: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-17 06:50:03 +03:00
|
|
|
byteorder = "1.1.0"
|
2017-08-14 18:41:55 +03:00
|
|
|
clippy = { version = "0.0.151", optional = true }
|
2017-07-14 20:56:55 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
unstable-wnaf = []
|
2017-07-17 06:50:03 +03:00
|
|
|
unstable-features = ["unstable-wnaf"]
|
2017-08-15 21:53:22 +03:00
|
|
|
u128-support = []
|
|
|
|
default = ["u128-support"]
|