[package] description = "Manage validators and sets of validators: creation, calling and validation of contracts, epoch management, proofs and proving" name = "validator-set" version = "0.1.0" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" license = "GPL-3.0" documentation = "https://docs.rs/validator-set" homepage = "https://github.com/openvapory/tetsy-vapory" repository = "https://github.com/openvapory/tetsy-vapory" [dependencies] client-traits = { version = "0.1.0", path = "../../client-traits" } common-types = { version = "0.1.0", path = "../../types" } enjen = { version = "0.1.0", path = "../../enjen" } vapabi = "9.0.1" vapabi-contract = "9.0.0" vapabi-derive = "9.0.1" vapory-types = "0.8.0" vapjson = { version = "0.1.0", path = "../../../json" } executive-state = { version = "0.1.0", path = "../../executive-state" } tetsy-keccak-hash = "0.4.0" tetsy-kvdb = "0.3.2" lazy_static = "1.3.0" log = "0.4.8" mashina = { version = "0.1.0", path = "../../mashina" } memory-cache = { version = "0.1.0", path = "../../../util/memory-cache" } tetsy-bytes = "0.1.0" tetsy-util-mem = "0.3.0" parking_lot = "0.9" tetsy-rlp = "0.4.5" triehash = { version = "0.2", package = "triehash-vapory", path = "../../../util/triehash-vapory" } tetsy-unexpected = { version = "0.1.0", path = "../../../util/tetsy-unexpected" } tetsy-vm = { version = "0.1.0", path = "../../vm" } [dev-dependencies] accounts = { package = "vapcore-accounts", path = "../../../accounts" } call-contract = { version = "0.1.0", package = "vapcore-call-contract", path = "../../call-contract" } enjen = { version = "0.1.0", path = "../../enjen", features = ["test-helpers"] } env_logger = "0.6.2" vapcore = { path = "../..", features = ["test-helpers"] } tetsy-crypto = { version = "0.4.2", features = ["publickey"] } tetsy-keccak-hash = "0.4.0" rustc-hex = "1.0" vapcore-spec = { path = "../../spec" } [features] test-helpers = []