[package] name = "mv-vm-types" version = "0.3.2" authors = ["Diem Association "] description = "Types for Move VM" repository = "https://github.com/diem/diem" homepage = "https://diem.com" license = "Apache-2.0" edition = "2021" [dependencies] once_cell = "1.7.2" proptest = { version = "1.0.0", optional = true } serde = { version = "1.0.124", features = ["derive", "rc"] } smallvec = "1.6.1" bcs = "0.1.2" mv-core-types = { version = "0.3.0", path = "../../move-core/types" } mv-binary-format = { version = "0.3.0", path = "../../move-binary-format" } [dev-dependencies] proptest = "1.0.0" [features] default = [] fuzzing = ["proptest", "mv-binary-format/fuzzing"] [lib] name = "move_vm_types"