2019-08-06 03:29:27 +00:00
|
|
|
[package]
|
|
|
|
name = "eth2_interop_keypairs"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2019-08-30 03:30:07 +00:00
|
|
|
lazy_static = "1.4"
|
2019-08-06 03:29:27 +00:00
|
|
|
num-bigint = "0.2"
|
|
|
|
eth2_hashing = "0.1"
|
2019-09-10 16:13:54 +00:00
|
|
|
hex = "0.3"
|
2019-10-02 02:04:17 +00:00
|
|
|
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.11.0" }
|
2019-09-10 16:13:54 +00:00
|
|
|
serde_yaml = "0.8"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2019-08-30 03:30:07 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
base64 = "0.10"
|