lighthouse/eth2/utils/bls/Cargo.toml

21 lines
478 B
TOML
Raw Normal View History

[package]
name = "bls"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
2019-06-03 03:26:22 +00:00
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.9.0" }
cached_tree_hash = { path = "../cached_tree_hash" }
hashing = { path = "../hashing" }
hex = "0.3"
2019-06-03 03:26:22 +00:00
rand = "^0.5"
serde = "1.0"
serde_derive = "1.0"
serde_hex = { path = "../serde_hex" }
ssz = { path = "../ssz" }
2019-04-16 04:14:38 +00:00
tree_hash = { path = "../tree_hash" }
2019-04-02 06:51:12 +00:00
[features]
fake_crypto = []