fuel-core-executor 0.47.4

Fuel Block Executor
# 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.90.0"
name = "fuel-core-executor"
version = "0.47.4"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuel Block Executor"
homepage = "https://fuel.network/"
readme = "README.md"
keywords = [
    "blockchain",
    "fuel",
    "fuel-vm",
]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
resolver = "2"

[features]
alloc = [
    "fuel-core-types/alloc",
    "fuel-core-storage/alloc",
]
default = ["std"]
fault-proving = [
    "fuel-core-types/fault-proving",
    "fuel-core-storage/fault-proving",
]
limited-tx-count = []
std = [
    "fuel-core-types/std",
    "fuel-core-storage/std",
]
test-helpers = [
    "fuel-core-types/test-helpers",
    "fuel-core-storage/test-helpers",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fuel-core-storage]
version = "0.47.4"
features = ["alloc"]
default-features = false

[dependencies.fuel-core-syscall]
version = "0.47.4"
features = ["alloc"]
default-features = false

[dependencies.fuel-core-types]
version = "0.47.4"
features = ["alloc"]
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.tracing]
version = "0.1"

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

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