[package] name = "testcases" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos compatibility tests" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" rand = "0.7.3" tokio = { version = "1.18.2", features = ["full"] } aptos-logger = { version = "0.2.1", path = "../../crates/aptos-logger" } aptos-operational-tool = { version = "0.2.1", path = "../../config/management/operational", features = [ "testing" ] } aptos-rest-client = { version = "0.2.1", path = "../../crates/aptos-rest-client" } aptos-sdk = { version = "0.2.1", path = "../../sdk" } forge = { version = "0.2.1", path = "../forge", package = "aptos-forge" } [[test]] name = "forge-local-compatibility" harness = false [[test]] name = "forge-local-performance" harness = false