[package] name = "fuel-streams" description = "A library for working with streams of Fuel blockchain data" authors = ["Fuel Labs "] keywords = ["data-stream", "blockchain", "cryptocurrencies"] edition = "2021" homepage = "https://fuel.network/" license = "Apache-2.0" repository = "https://github.com/fuellabs/data-systems" rust-version = "1.79.0" version = "0.0.11" [dependencies] displaydoc = { workspace = true } fuel-streams-core = { workspace = true } futures = { workspace = true } thiserror = { workspace = true } [dev-dependencies] tokio = { workspace = true } [features] default = [] test-helpers = []