fuel-web-utils 0.0.34

Fuel library for web utils
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.90.0"
name = "fuel-web-utils"
version = "0.0.34"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuel library for web utils"
homepage = "https://fuel.network/"
readme = false
keywords = [
    "blockchain",
    "cryptocurrencies",
    "data-stream",
]
license = "Apache-2.0"
repository = "https://github.com/fuellabs/data-systems"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["fuel-data-parser"]

[features]
default = []
test-helpers = []

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

[dependencies.anyhow]
version = "1.0.97"

[dependencies.tokio]
version = "1.44.1"
features = [
    "io-util",
    "macros",
    "rt-multi-thread",
    "test-util",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.13"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "local-time",
    "env-filter",
]