phase2-bn254/pairing/Cargo.toml

29 lines
745 B
TOML
Raw Permalink Normal View History

2017-07-08 19:55:43 +03:00
[package]
2019-03-31 09:00:01 +03:00
name = "pairing_ce"
# Remember to change version string in README.md.
2019-07-13 21:58:06 +03:00
version = "0.18.0"
2018-07-02 17:51:32 +03:00
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
"Alex Vlasov <alex.m.vlasov@gmail.com>",
"Alex Gluchowski <alex@gluchowski.net>"
2018-07-02 17:51:32 +03:00
]
2017-07-08 19:55:43 +03:00
license = "MIT/Apache-2.0"
description = "Pairing-friendly elliptic curve library"
documentation = "https://docs.rs/pairing/"
homepage = "https://github.com/matter-labs/pairing"
repository = "https://github.com/matter-labs/pairing"
2019-05-30 18:14:18 +03:00
edition = "2018"
2017-07-08 19:55:43 +03:00
[dependencies]
2018-02-13 18:51:16 +03:00
rand = "0.4"
byteorder = "1"
2019-07-13 21:58:06 +03:00
ff = {package = "ff_ce", version = "0.7", features = ["derive"]}
#ff = { path = '../ff', package = "ff_ce", features = ["derive"]}
[features]
expose-arith = []
default = []