# 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-wasm-executor" version = "0.40.2" authors = ["Fuel Labs "] description = "Fuel Block WASM version of the Executor" homepage = "https://fuel.network/" keywords = [ "blockchain", "fuel", "fuel-vm", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [lib] path = "src/lib.rs" [[bin]] name = "fuel-core-wasm-executor" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.fuel-core-executor] version = "0.40.2" features = ["alloc"] default-features = false [dependencies.fuel-core-storage] version = "0.40.2" features = ["alloc"] default-features = false [dependencies.fuel-core-types] version = "0.40.2" features = ["alloc"] default-features = false [dependencies.fuel-core-types-v0] version = "0.35.0" features = [ "alloc", "serde", ] optional = true default-features = false package = "fuel-core-types" [dependencies.postcard] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = [ "alloc", "alloc", ] default-features = false [dev-dependencies.proptest] version = "1.1" [features] default = ["std"] smt = [ "fuel-core-storage/smt", "fuel-core-executor/smt", ] std = ["fuel-core-types-v0"]