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.
|
2018-03-29 18:23:20 +03:00
|
|
|
version = "0.14.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]
|
2018-02-13 18:51:16 +03:00
|
|
|
rand = "0.4"
|
2017-10-12 20:20:57 +03:00
|
|
|
byteorder = "1"
|
2018-03-29 19:13:00 +03:00
|
|
|
clippy = { version = "0.0.190", optional = true }
|
2017-07-14 20:56:55 +03:00
|
|
|
|
|
|
|
[features]
|
2017-12-05 07:47:45 +03:00
|
|
|
unstable-features = ["expose-arith"]
|
|
|
|
expose-arith = []
|
2017-08-15 21:53:22 +03:00
|
|
|
u128-support = []
|
2017-09-28 21:52:14 +03:00
|
|
|
default = []
|