# 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 = "test-generation" version = "0.3.2" authors = ["Diem Association "] description = "Tool for generating tests for the bytecode verifier and Move VM runtime" homepage = "https://diem.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.getrandom] version = "0.2.2" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.0" [dependencies.module-generation] version = "0.3.0" [dependencies.move-bytecode-verifier] version = "0.3.0" [dependencies.move-vm-test-utils] version = "0.3.0" [dependencies.mv-binary-format] version = "0.3.0" [dependencies.mv-compiler] version = "0.3.0" [dependencies.mv-core-types] version = "0.3.0" [dependencies.mv-stdlib] version = "0.3.0" [dependencies.mv-vm-runtime] version = "0.3.0" [dependencies.mv-vm-types] version = "0.3.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.once_cell] version = "1.7.2" [dependencies.rand] version = "0.8.3" [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"] [features] mirai-contracts = []