[package] name = "rust_beacon" version = "0.1.0" authors = ["Paul Hauner "] [dependencies] ethereum-types = "" rand = "" bytes = "" blake2 = "^0.7.1" crypto-mac = "^0.6.2" bls = { git = "https://github.com/sigp/bls" } rlp = { path = "parity/util/rlp" } [dependencies.pairing] git = "https://github.com/mmaker/pairing" branch = "feature/hashing" [patch.crates-io] ring = { git = "https://github.com/paritytech/ring" }