# 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-interfaces" version = "0.15.3" authors = ["Fuel Labs "] description = "Fuel core interfaces" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] categories = ["cryptography::cryptocurrencies"] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.derive_more] version = "0.99" [dependencies.fuel-vm] version = "0.22" features = ["random"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.parking_lot] version = "0.12" [dependencies.secrecy] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tai64] version = "4.0" features = ["serde"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.zeroize] version = "1.5" [features] debug = ["fuel-vm/debug"] serde = [ "dep:serde", "fuel-vm/serde", ] test-helpers = [ "fuel-vm/random", "fuel-vm/test-helpers", ]