# 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-services" version = "0.40.0" authors = ["Fuel Labs "] description = "The common code for fuel core services." homepage = "https://fuel.network/" keywords = [ "bft", "blockchain", "consensus", "fuel", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.fuel-core-metrics] version = "0.40.0" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.tokio] version = "1.27" features = ["full"] default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.mockall] version = "0.11" [features] sync-processor = ["dep:rayon"] test-helpers = []