# 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 = "2021" name = "fuel-core-executor" version = "0.40.0" authors = ["Fuel Labs "] 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" [dependencies.anyhow] version = "1.0" [dependencies.fuel-core-storage] version = "0.40.0" features = ["alloc"] default-features = false [dependencies.fuel-core-types] version = "0.40.0" features = ["alloc"] default-features = false [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.fuel-core-storage] version = "0.40.0" features = ["test-helpers"] default-features = false [dev-dependencies.fuel-core-types] version = "0.40.0" features = ["test-helpers"] default-features = false [features] alloc = [ "fuel-core-types/alloc", "fuel-core-storage/alloc", ] default = ["std"] smt = ["fuel-core-storage/smt"] std = [ "fuel-core-types/std", "fuel-core-storage/std", ] test-helpers = [ "fuel-core-types/test-helpers", "fuel-core-storage/test-helpers", ]