pairing/Cargo.toml

21 lines
482 B
TOML
Raw Normal View History

2017-07-08 09:55:43 -07:00
[package]
name = "pairing"
2017-08-22 14:35:02 -07:00
version = "0.11.0"
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]
rand = "0.3"
2017-07-16 20:50:03 -07:00
byteorder = "1.1.0"
2017-08-14 08:41:55 -07:00
clippy = { version = "0.0.151", optional = true }
[features]
unstable-features = []
u128-support = []
default = []