# 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 = "2018" name = "mv-bytecode-verifier" version = "0.1.0" authors = ["Diem Association "] description = "Move bytecode verifier" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [lib] name = "move_bytecode_verifier" [dependencies.anyhow] version = "1.0.52" [dependencies.mirai-annotations] version = "1.10.1" [dependencies.move-binary-format] version = "0.1.0" package = "mv-binary-format" [dependencies.move-borrow-graph] version = "0.1.0" package = "mv-borrow-graph" [dependencies.move-core-types] version = "0.1.0" package = "mv-core-types" [dependencies.petgraph] version = "0.5.1" [dev-dependencies.invalid-mutations] version = "0.1.0" [features] default = []