fuel-core-sync 0.48.2

Fuel Synchronizer
Documentation
# 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 = "2024"
rust-version = "1.93.0"
name = "fuel-core-sync"
version = "0.48.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuel Synchronizer"
homepage = "https://fuel.network/"
readme = "README.md"
keywords = [
    "blockchain",
    "fuel",
    "fuel-vm",
]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
resolver = "2"

[features]
benchmarking = [
    "dep:mockall",
    "fuel-core-types/test-helpers",
]
fault-proving = ["fuel-core-types/fault-proving"]

[lib]
name = "fuel_core_sync"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.fuel-core-services]
version = "0.48.2"

[dependencies.fuel-core-types]
version = "0.48.2"
features = ["std"]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.mockall]
version = "0.14"
optional = true

[dependencies.rand]
version = "0.8"

[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.14"

[dev-dependencies.test-case]
version = "3.3"

[dev-dependencies.tracing-subscriber]
version = "0.3"