# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mv-vm-runtime" version = "0.3.2" authors = ["Diem Association "] description = "Core Move execution logic" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [lib] name = "move_vm_runtime" [dependencies.better_any] version = "0.1.1" [dependencies.fail] version = "0.4.0" [dependencies.move-bytecode-verifier] version = "0.3.0" [dependencies.mv-binary-format] version = "0.3.0" [dependencies.mv-core-types] version = "0.3.0" [dependencies.mv-vm-types] version = "0.3.0" [dependencies.once_cell] version = "1.7.2" [dependencies.parking_lot] version = "0.11.1" [dependencies.sha3] version = "0.9.1" [dependencies.tracing] version = "0.1.26" [dev-dependencies.anyhow] version = "1.0.52" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.mv-compiler] version = "0.3.0" [dev-dependencies.mv-ir-compiler] version = "0.3.0" [dev-dependencies.proptest] version = "1.0.0" [features] debugging = [] default = [] failpoints = ["fail/failpoints"] fuzzing = ["mv-vm-types/fuzzing"] stacktrace = [] testing = []