fuel-core-e2e-client 0.40.0

Fuel Core E2E Testing Client
Documentation
[package]
authors = { workspace = true }
categories = ["cryptography::cryptocurrencies"]
description = "Fuel Core E2E Testing Client"
edition = { workspace = true }
homepage = { workspace = true }
keywords = ["blockchain", "cryptocurrencies"]
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }
name = "fuel-core-e2e-client"
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { workspace = true }
fuel-core-chain-config = { workspace = true, features = ["default"] }
fuel-core-client = { workspace = true }
fuel-core-types = { workspace = true, features = ["test-helpers"] }
futures = { workspace = true }
hex = { workspace = true }
humantime-serde = "1.1"
itertools = { workspace = true }
libtest-mimic = "0.6.0"
serde = { workspace = true }
serde_json = { workspace = true }
tikv-jemallocator = { workspace = true }
tokio = { workspace = true }
toml = { version = "0.5" }

[dev-dependencies]
assert_cmd = "2.0"
fuel-core = { workspace = true, features = [
  "rocksdb",
  "wasm-executor",
  "p2p",
  "test-helpers",
] }
fuel-core-trace = { path = "../../crates/trace" }
insta = { workspace = true }
tempfile = { workspace = true }

[features]
default = []