[package] name = "aptos-transaction-replay" version = "0.2.7" authors = ["Aptos Labs "] description = "Replay transactions stored on chain" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" aptos-gas = { version = "0.2.6", path = "../aptos-gas" } bcs = "0.1.3" difference = "2.0.0" hex = "0.4.3" structopt = "0.3.21" aptos-resource-viewer = { version = "0.2.1", path = "../aptos-resource-viewer" } aptos-state-view = { version = "0.2.1", path = "../../storage/state-view" } aptos-types = { version = "0.2.1", path = "../../types" } aptos-validator-interface = { version = "0.2.1", path = "../aptos-validator-interface" } aptos-vm = { version = "0.2.1", path = "../aptos-vm" } aptosdb = { version = "0.2.1", path = "../../storage/aptosdb" } framework = { version = "0.2.1", path = "../framework", package = "aptos-framework" } move-deps = { version = "0.2.1", path = "../../aptos-move/move-deps", features = [ "address32", "table-extension" ] } [dev-dependencies] vm-genesis = { version = "0.2.1", path = "../vm-genesis" }