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