# 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.79.0" name = "fuel-streams" version = "0.0.11" authors = ["Fuel Labs "] description = "A library for working with streams of Fuel blockchain data" homepage = "https://fuel.network/" readme = "README.md" keywords = [ "data-stream", "blockchain", "cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/fuellabs/data-systems" [dependencies.displaydoc] version = "0.2.5" [dependencies.fuel-streams-core] version = "0.0.11" [dependencies.futures] version = "0.3.31" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.tokio] version = "1.40" features = ["full"] [features] default = [] test-helpers = []