2017-07-08 10:55:43 -06:00
|
|
|
[package]
|
|
|
|
name = "pairing"
|
2017-09-28 13:32:34 -06:00
|
|
|
|
|
|
|
# Remember to change version string in README.md.
|
2017-09-28 16:52:12 -06:00
|
|
|
version = "0.12.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-09-28 17:10:06 -06:00
|
|
|
clippy = { version = "0.0.165", 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 = []
|
2017-09-28 12:52:14 -06:00
|
|
|
default = []
|