[package] name = "verification" version = "0.1.0" authors = ["Nikolay Volf "] [dependencies] time = "0.1" log = "0.4" rayon = "1.0" parking_lot = "0.4" blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", branch = "persona" } byteorder = "1.2" primitives = { path = "../primitives" } chain = { path = "../chain" } serialization = { path = "../serialization" } script = { path = "../script" } network = { path = "../network" } storage = { path = "../storage" } bitcrypto = { path = "../crypto" } rustc-hex = "2" [dev-dependencies] rand = "0.4" test-data = { path = "../test-data" } db = { path = "../db" }