pirate-librustzcash/Cargo.toml

22 lines
530 B
TOML
Raw Normal View History

2017-07-08 16:55:43 +00:00
[package]
name = "pairing"
2017-07-30 06:56:24 +00:00
version = "0.10.2"
2017-07-08 16:55:43 +00: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-17 03:50:03 +00:00
byteorder = "1.1.0"
2017-08-14 15:41:55 +00:00
clippy = { version = "0.0.151", optional = true }
[features]
unstable-wnaf = []
2017-07-17 03:50:03 +00:00
unstable-features = ["unstable-wnaf"]
u128-support = []
default = ["u128-support"]