[package] name = "slashing_protection" version = "0.1.0" authors = ["Michael Sproul ", "pscott "] edition = "2018" [dependencies] tempfile = "3.1.0" types = { path = "../../consensus/types" } tree_hash = { path = "../../consensus/tree_hash" } rusqlite = { version = "0.23.1", features = ["bundled"] } r2d2 = "0.8.8" r2d2_sqlite = "0.16.0" parking_lot = "0.11.0" [dev-dependencies] rayon = "1.3.0"