quicknode-cascade 0.2.1

Stream blockchain data at scale. Plugin-based framework powered by QuickNode Cascade — start with Solana, more chains coming.
Documentation
[package]
name = "quicknode-cascade"
version = "0.2.1"
edition = "2021"
description = "Stream blockchain data at scale. Plugin-based framework powered by QuickNode Cascade — start with Solana, more chains coming."
license = "Apache-2.0"
repository = "https://github.com/quiknode-labs/quicknode-cascade"
readme = "README.md"
keywords = ["solana", "blockchain", "indexer", "quicknode", "cascade"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]

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

[dependencies]
anyhow = "1"
futures = "0.3"
rand = "0.8"
reqwest = { version = "0.12", features = ["json", "gzip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"

[dev-dependencies]
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[profile.release]
opt-level = 3
lto = "thin"
strip = true