[package] name = "bytecode-verifier-tests" version = "0.3.2" authors = ["Diem Association "] description = "Diem bytecode verifier tests" repository = "https://github.com/diem/diem" homepage = "https://diem.com" license = "Apache-2.0" edition = "2021" [dev-dependencies] petgraph = "0.5.1" proptest = "1.0.0" move-bytecode-verifier = { version = "0.3.0", path = "../" } invalid-mutations = { version = "0.3.0", path = "../invalid-mutations" } mv-core-types = { version = "0.3.0", path = "../../move-core/types" } mv-binary-format = { version = "0.3.0", path = "../../move-binary-format", features = [ "fuzzing" ] } [features] fuzzing = ["mv-binary-format/fuzzing"]