aptos-forge 0.2.7

Aptos end to end test framework
[package]
name = "aptos-forge"
version = "0.2.7"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
description = "Aptos end to end test framework"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
edition = "2018"

[lib]
name = "forge"

[dependencies]
again = "0.1.2"
anyhow = { version = "1.0.57", features = ["backtrace"] }
async-trait = "0.1.53"
either = "1.6.1"
futures = "0.3.21"
hex = "0.4.3"
hyper = { version = "0.14.18", features = ["full"] }
hyper-tls = "0.5.0"
k8s-openapi = { version = "0.11.0", default-features = false, features = [
    "v1_15"
] }
kube = "0.51.0"
prometheus-http-query = "0.5.2"
rand = "0.7.3"
rayon = "1.5.2"
regex = "1.5.5"
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
structopt = "0.3.21"
tempfile = "3.3.0"
termcolor = "1.1.2"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["full"] }
url = "2.2.2"
aptos-config = { version = "0.2.1", path = "../../config" }
aptos-genesis = { version = "0.2.1", path = "../../crates/aptos-genesis" }
aptos-logger = { version = "0.2.1", path = "../../crates/aptos-logger" }
aptos-rest-client = { version = "0.2.1", path = "../../crates/aptos-rest-client" }
aptos-retrier = { version = "0.2.1", path = "../../crates/aptos-retrier" }
aptos-sdk = { version = "0.2.1", path = "../../sdk" }
aptos-secure-storage = { version = "0.2.1", path = "../../secure/storage" }
aptos-transaction-builder = { version = "0.2.1", path = "../../sdk/transaction-builder" }
cached-framework-packages = { version = "0.2.1", path = "../../aptos-move/framework/cached-packages" }
inspection-service = { version = "0.2.1", path = "../../crates/inspection-service" }
transaction-emitter-lib = { version = "0.2.1", path = "../../crates/transaction-emitter-lib" }