pairing/Cargo.toml

24 lines
561 B
TOML
Raw Normal View History

2017-07-08 09:55:43 -07:00
[package]
name = "pairing"
# Remember to change version string in README.md.
2018-03-29 08:23:20 -07:00
version = "0.14.1"
2017-07-08 09:55:43 -07: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 07:51:16 -08:00
rand = "0.4"
byteorder = "1"
clippy = { version = "0.0.190", optional = true }
[features]
unstable-features = ["expose-arith"]
expose-arith = []
u128-support = []
default = []