# 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-stdlib" version = "0.3.2" authors = ["Diem Association "] description = "Diem stdlib" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [lib] name = "move_stdlib" [dependencies.anyhow] version = "1.0.52" [dependencies.log] version = "0.4.14" [dependencies.move-command-line-common] version = "0.3.0" [dependencies.move-core-types] version = "0.3.0" package = "mv-core-types" [dependencies.mv-binary-format] version = "0.3.0" [dependencies.mv-compiler] version = "0.3.0" [dependencies.mv-docgen] version = "0.3.0" [dependencies.mv-errmapgen] version = "0.3.0" [dependencies.mv-prover] version = "0.3.0" [dependencies.mv-vm-runtime] version = "0.3.0" [dependencies.mv-vm-types] version = "0.3.0" [dependencies.sha2] version = "0.9.3" [dependencies.sha3] version = "0.9.1" [dependencies.smallvec] version = "1.6.1" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.dir-diff] version = "0.3.2" [dev-dependencies.file_diff] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0" [features] address20 = ["move-core-types/address20"] address32 = ["move-core-types/address32"] testing = []