helius-stream 0.1.0

Resilient Helius WebSocket client for Solana with gap detection, reconnect backoff, and circuit breaker. Extracted from a battle-tested MEV engine.
Documentation
# 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"
name = "helius-stream"
version = "0.1.0"
authors = ["ginug"]
build = false
exclude = [
    "NOTES.md",
    "SETUP_WINDOWS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resilient Helius WebSocket client for Solana with gap detection, reconnect backoff, and circuit breaker. Extracted from a battle-tested MEV engine."
documentation = "https://docs.rs/helius-stream"
readme = "README.md"
keywords = [
    "solana",
    "helius",
    "websocket",
    "rpc",
    "defi",
]
categories = [
    "api-bindings",
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/ginugokz/helius-stream-rs"

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

[[example]]
name = "basic_stream"
path = "examples/basic_stream.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "logging",
    "ring",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tungstenite]
version = "0.24"
features = [
    "rustls-tls-webpki-roots",
    "handshake",
]
default-features = false

[dependencies.webpki-roots]
version = "0.26"

[profile.release]
overflow-checks = true