2017-07-08 19:55:43 +03:00
|
|
|
[package]
|
|
|
|
name = "pairing"
|
2017-09-28 22:32:34 +03:00
|
|
|
|
|
|
|
# Remember to change version string in README.md.
|
2017-11-26 07:01:55 +03:00
|
|
|
version = "0.13.1"
|
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-10-12 20:20:57 +03:00
|
|
|
byteorder = "1"
|
2017-09-29 02:10:06 +03:00
|
|
|
clippy = { version = "0.0.165", optional = true }
|
2017-07-14 20:56:55 +03:00
|
|
|
|
|
|
|
[features]
|
2017-09-28 04:09:59 +03:00
|
|
|
unstable-features = []
|
2017-08-15 21:53:22 +03:00
|
|
|
u128-support = []
|
2017-09-28 21:52:14 +03:00
|
|
|
default = []
|