# 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-ir-to-bytecode" version = "0.1.0" authors = ["Diem Association "] description = "Diem ir to bytecode" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.log] version = "0.4.14" [dependencies.move-binary-format] version = "0.1.0" package = "mv-binary-format" [dependencies.move-bytecode-source-map] version = "0.1.0" package = "mv-bytecode-source-map" [dependencies.move-command-line-common] version = "0.1.0" package = "mv-command-line-common" [dependencies.move-core-types] version = "0.1.0" package = "mv-core-types" [dependencies.move-ir-to-bytecode-syntax] version = "0.1.0" package = "mv-ir-to-bytecode-syntax" [dependencies.move-ir-types] version = "0.1.0" package = "mv-ir-types" [dependencies.move-symbol-pool] version = "0.1.0" package = "mv-symbol-pool" [dependencies.ouroboros] version = "0.9.2" [dependencies.thiserror] version = "1.0.24" [features] default = []