# 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 = "casper-engine-test-support" version = "7.0.1" authors = ["Fraser Hutchison "] description = "Library to support testing of Wasm smart contracts for use on the Casper network." homepage = "https://casperlabs.io" documentation = "https://docs.rs/casper-engine-test-support" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_engine_testing/test_support" [dependencies.casper-execution-engine] version = "7.0.1" features = ["test-support"] [dependencies.casper-hashing] version = "3.0.0" [dependencies.casper-types] version = "4.0.1" [dependencies.filesize] version = "0.2.0" [dependencies.humantime] version = "2" [dependencies.lmdb-rkv] version = "0.14" [dependencies.log] version = "0.4.14" [dependencies.num-rational] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.8.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.tempfile] version = "3.4.0" [dependencies.toml] version = "0.5.6" [dev-dependencies.casper-types] version = "4.0.1" features = ["std"] [dev-dependencies.version-sync] version = "0.9.3" [features] test-support = [] use-as-wasm = []