fuel-core-parallel-executor 0.41.6

Fuel Block Parallel Executor
Documentation
[package]
name = "fuel-core-parallel-executor"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = ["blockchain", "fuel", "fuel-vm", "parallel"]
license = { workspace = true }
repository = { workspace = true }
description = "Fuel Block Parallel Executor"

[dependencies]
fuel-core-storage = { workspace = true, features = ["std"] }
fuel-core-types = { workspace = true, features = ["std"] }
fuel-core-upgradable-executor = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }

[features]
wasm-executor = ["fuel-core-upgradable-executor/wasm-executor"]