hyperstack-sdk 0.1.2

Rust SDK client for connecting to HyperStack streaming servers
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tokio-tungstenite]
version = "0.20"

[dependencies.tracing]
version = "0.1"

[[example]]
name = "flip"
path = "examples/flip/flip_demo.rs"

[[example]]
name = "pump_new"
path = "examples/pump/new_launches.rs"

[[example]]
name = "pump_trades"
path = "examples/pump/token_trades.rs"

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

[package]
authors = ["Hypertek"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust SDK client for connecting to HyperStack streaming servers"
documentation = "https://docs.rs/hyperstack-sdk"
edition = "2021"
keywords = ["hyperstack", "streaming", "sdk", "client"]
license = "MIT"
name = "hyperstack-sdk"
readme = "README.md"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
version = "0.1.2"