# 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-poa" version = "0.31.0" authors = ["Fuel Labs "] description = "Fuel Core PoA Coordinator" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "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-chain-config] version = "0.31.0" default-features = false [dependencies.fuel-core-services] version = "0.31.0" [dependencies.fuel-core-storage] version = "0.31.0" default-features = false [dependencies.fuel-core-types] version = "0.31.0" default-features = false [dependencies.tokio] version = "1.27" features = ["full"] default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-case] version = "3.3" [dev-dependencies.tokio] version = "1.27" features = [ "full", "test-util", ] default-features = false [features] test-helpers = [ "fuel-core-storage/test-helpers", "fuel-core-types/test-helpers", ]