# 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 = "df-cli" version = "0.3.2" authors = ["Diem Association "] description = "CLI frontend for the Move compiler and VM (with Diem Framework)" license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.bcs] version = "0.1.2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.diem-framework-natives] version = "0.3.0" [dependencies.move-cli] version = "0.3.0" package = "mv-cli" [dependencies.move-core-types] version = "0.3.0" package = "mv-core-types" [dependencies.move-stdlib] version = "0.3.0" package = "mv-stdlib" [dependencies.move-vm-test-utils] version = "0.3.0" [dependencies.move-vm-types] version = "0.3.0" package = "mv-vm-types" [dev-dependencies.datatest-stable] version = "0.1.1"