[package] description = "Tetsy Vapory (VapCore) Blockchain Synchronization" name = "vapcore-sync" version = "1.12.0" license = "GPL-3.0" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" documentation = "https://docs.rs/vapcore-sync" homepage = "https://github.com/openvapory/tetsy-vapory" repository = "https://github.com/openvapory/tetsy-vapory" [lib] [dependencies] bytes = { version = "0.1", package = "tetsy-bytes" } client-traits = { version = "0.1.0", path = "../client-traits" } common-types = { version = "0.1.0", path = "../types" } devp2p = { version = "1.12.0", package = "vapcore-network-devp2p", path = "../../util/network-devp2p" } enum_primitive = "0.1.1" vapcore-io = { version = "1.12.0", path = "../../util/io" } private-tx = { version = "1.0.0", path = "../private-tx" } vapory-types = "0.8.0" fastmap = { version = "0.1.0", path = "../../util/fastmap" } futures = "0.1" indexmap = "1.3.0" tetsy-keccak-hash = "0.4.0" light = { version = "1.12.0", package = "vapcore-light", path = "../light" } log = "0.4" tetsy-macros = { version = "0.1.0", path = "../../util/macros" } network = { version = "1.12.0", package = "vapcore-network", path = "../../util/network" } tetsy-runtime = { version = "0.1.0", path = "../../util/runtime" } tetsy-crypto = { version = "0.4.2", features = ["publickey"] } tetsy-util-mem = "0.3.0" rand = "0.7" parking_lot = "0.9" tetsy-rlp = "0.4.5" vapcore-snapshot = { version = "0.1.0", path = "../snapshot" } trace-time = "0.1" triehash-vapory = { version = "0.2", path = "../../util/triehash-vapory" } [dev-dependencies] env_logger = "0.5" enjen = { version = "0.1.0", path = "../enjen" } vapcore = { path = "..", features = ["test-helpers"] } vapcore-io = { version = "1.12.0", path = "../../util/io", features = ["mio"] } tetsy-kvdb-memorydb = "0.3.2" # tetsy-kvdb-memorydb = { git = "https://github.com/tetcoin/tetsy-common", rev = "5b2e347" } mashina = { version = "0.1.0", path = "../mashina" } rand_xorshift = "0.2" rustc-hex = "1.0" vapcore-spec = { version = "0.1.0", path = "../spec" }