fuel-data-parser 0.0.34

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

[features]
test-helpers = []

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

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"