fuel-core-parallel-executor 0.48.0

Fuel Block Parallel Executor
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93.0"
name = "fuel-core-parallel-executor"
version = "0.48.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuel Block Parallel Executor"
homepage = "https://fuel.network/"
readme = false
keywords = [
    "blockchain",
    "fuel",
    "fuel-vm",
    "parallel",
]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
resolver = "2"

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

[lib]
name = "fuel_core_parallel_executor"
path = "src/lib.rs"

[dependencies.fuel-core-executor]
version = "0.48.0"
features = ["std"]
default-features = false

[dependencies.fuel-core-storage]
version = "0.48.0"
features = ["std"]
default-features = false

[dependencies.fuel-core-types]
version = "0.48.0"
features = ["std"]
default-features = false

[dependencies.fuel-core-upgradable-executor]
version = "0.48.0"
features = ["std"]

[dependencies.futures]
version = "0.3"
features = ["std"]

[dependencies.tokio]
version = "1.27"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
]
default-features = false

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.fuel-core-storage]
version = "0.48.0"
features = ["test-helpers"]
default-features = false

[dev-dependencies.fuel-core-types]
version = "0.48.0"
features = [
    "test-helpers",
    "serde",
]
default-features = false

[dev-dependencies.rand]
version = "0.8"