# 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" rust-version = "1.81.0" name = "fuel-data-parser" version = "0.0.13" authors = ["Fuel Labs "] build = 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 = [ "data-stream", "blockchain", "cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/fuellabs/data-systems" [lib] name = "fuel_data_parser" path = "src/lib.rs" [dependencies.async-compression] version = "0.4" features = ["all"] [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.displaydoc] version = "0.2" [dependencies.lazy_static] version = "1.5" [dependencies.paste] version = "1.0" [dependencies.postcard] version = "1.0" features = ["alloc"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" features = ["full"] [features] bench-helpers = [] default = [] test-helpers = []