[package] name = "verification" version = "0.1.0" authors = ["Nikolay Volf "] [dependencies] time = "0.1" log = "0.3" rayon = "0.5" ethcore-devtools = { path = "../devtools" } primitives = { path = "../primitives" } chain = { path = "../chain" } serialization = { path = "../serialization" } test-data = { path = "../test-data" } script = { path = "../script" } network = { path = "../network" } db = { path = "../db", features = ["dev"] }