bn/Cargo.toml

24 lines
543 B
TOML
Raw Normal View History

2016-06-28 21:07:14 -07:00
[package]
name = "bn"
2017-04-02 12:50:16 -07:00
version = "0.4.3"
2016-06-28 21:07:14 -07:00
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Pairing cryptography with the Barreto-Naehrig curve"
keywords = ["pairing","crypto","cryptography"]
readme = "README.md"
homepage = "https://github.com/zcash/bn"
repository = "https://github.com/zcash/bn"
license = "MIT OR Apache-2.0"
[[bench]]
name = "api"
2016-06-28 21:07:14 -07:00
[dependencies]
2019-02-12 08:52:40 -08:00
rand = "0.5"
rustc-serialize = "~0.3.19"
byteorder = "~0.5.3"
[dev-dependencies.bincode]
version = "~0.6.0"
default-features = false
features = ["rustc-serialize"]