# 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 = "move-stackless-bytecode" version = "0.3.2" authors = ["Diem Association "] description = "Move stackless bytecode" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [lib] name = "move_stackless_bytecode" [[test]] name = "testsuite" harness = false [dependencies.codespan] version = "0.11.1" [dependencies.codespan-reporting] version = "0.11.1" features = [ "serde", "serialization", ] [dependencies.ethnum] version = "1.0.4" [dependencies.im] version = "15.0.0" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.move-bytecode-verifier] version = "0.3.0" [dependencies.move-command-line-common] version = "0.3.0" [dependencies.move-compiler] version = "0.3.0" package = "mv-compiler" [dependencies.move-ir-to-bytecode] version = "0.3.0" [dependencies.mv-binary-format] version = "0.3.0" [dependencies.mv-borrow-graph] version = "0.3.0" [dependencies.mv-core-types] version = "0.3.0" [dependencies.mv-model] version = "0.3.0" [dependencies.mv-read-write-set-types] version = "0.3.0" [dependencies.num] version = "0.4.0" [dependencies.once_cell] version = "1.7.2" [dependencies.paste] version = "1.0.5" [dependencies.petgraph] version = "0.5.1" [dependencies.serde] version = "1.0.124" features = ["derive"] [dev-dependencies.anyhow] version = "1.0.52" [dev-dependencies.datatest-stable] version = "0.1.1" [dev-dependencies.move-prover-test-utils] version = "0.3.0" [dev-dependencies.mv-stdlib] version = "0.3.0"