[package] name = "aptos-writeset-generator" version = "0.2.7" authors = ["Aptos Labs "] description = "Generating writesets used for incident management" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" bcs = "0.1.3" handlebars = "4.2.2" serde = { version = "1.0.137", default-features = false } tempfile = "3.3.0" aptos-crypto = { version = "0.2.1", path = "../../crates/aptos-crypto" } aptos-crypto-derive = { version = "0.2.1", path = "../../crates/aptos-crypto-derive" } aptos-gas = { version = "0.2.1", path = "../aptos-gas" } aptos-state-view = { version = "0.2.1", path = "../../storage/state-view" } aptos-types = { version = "0.2.1", path = "../../types" } aptos-vm = { version = "0.2.1", path = "../aptos-vm" } framework = { version = "0.2.1", package = "aptos-framework", path = "../framework" } move-deps = { version = "0.2.1", path = "../../aptos-move/move-deps", features = [ "address32", "table-extension" ] }