# 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-streams-core" version = "0.0.13" authors = ["Fuel Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core components 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" [lib] name = "fuel_streams_core" path = "src/lib.rs" [dependencies.async-nats] version = "0.37" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.displaydoc] version = "0.2" [dependencies.dotenvy] version = "0.15" [dependencies.fuel-core-client] version = "0.40" [dependencies.fuel-core-types] version = "0.40" features = [ "test-helpers", "serde", ] [dependencies.fuel-data-parser] version = "0.0.13" [dependencies.fuel-streams-macros] version = "0.0.13" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.pretty_assertions] version = "1.4" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.serde_json] version = "1.0" [features] bench-helpers = ["dep:pretty_assertions"] default = [] test-helpers = ["dep:pretty_assertions"]