[package] name = "aptos-validator-interface" version = "0.2.7" authors = ["Aptos Labs "] description = "Defines interfaces between the aptos nodes and local move infrastructure" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" aptos-config = { version = "0.2.1", path = "../../config" } aptos-state-view = { version = "0.2.1", path = "../../storage/state-view" } aptos-types = { version = "0.2.1", path = "../../types" } aptosdb = { version = "0.2.1", path = "../../storage/aptosdb" } move-deps = { version = "0.2.1", path = "../move-deps" } storage-interface = { version = "0.2.1", path = "../../storage/storage-interface" }