casper-engine-test-support 2.1.0

Library to support testing of Wasm smart contracts for use on the Casper network.
Documentation
[package]
name = "casper-engine-test-support"
version = "2.1.0" # when updating, also update 'html_root_url' in lib.rs
authors = ["Fraser Hutchison <fraser@casperlabs.io>"]
edition = "2018"
description = "Library to support testing of Wasm smart contracts for use on the Casper network."
documentation = "https://docs.rs/casper-engine-test-support"
readme = "README.md"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_engine_testing/test_support"
license-file = "../../LICENSE"

[dependencies]
casper-execution-engine = { version = "1.5.0", path = "../../execution_engine", features = ["test-support"] }
casper-hashing = { version = "1.4.3", path = "../../hashing" }
casper-types = { version = "1.5.0", path = "../../types" }
lmdb = "0.8.0"
log = "0.4.14"
num-rational = "0.4.0"
num-traits = "0.2.14"
once_cell = "1.8.0"
rand = "0.8.4"

[dev-dependencies]
version-sync = "0.9.3"

[features]
use-as-wasm = []
# deprecated - has no effect
test-support = []