[package] name = "move-table-extension" version = "0.3.2" authors = ["Diem Association "] description = "Wrapper for the Move VM which coordinates multiple extensions" repository = "https://github.com/diem/move" license = "Apache-2.0" edition = "2021" [dependencies] anyhow = "1.0.52" better_any = "0.1.1" smallvec = "1.6.1" bcs = "0.1.2" sha3 = "0.9.1" once_cell = "1.7.2" mv-core-types = { version = "0.3.0", path = "../../move-core/types" } mv-vm-types = { version = "0.3.0", path = "../../move-vm/types" } move-vm-runtime = { version = "0.3.0", path = "../../move-vm/runtime", features = [ "debugging" ], package = "mv-vm-runtime" } mv-binary-format = { version = "0.3.0", path = "../../move-binary-format" } [dev-dependencies] mv-stdlib = { version = "0.3.0", path = "../../move-stdlib", features = [ "testing" ] } mv-unit-test = { version = "0.3.0", path = "../../tools/move-unit-test", features = [ "table-extension" ] } tempfile = "3.2.0" #dir-diff = "0.3.2" #file_diff = "1.0.0" mv-cli = { version = "0.3.0", path = "../../tools/move-cli" } mv-package = { version = "0.3.0", path = "../../tools/move-package" }