[dependencies.anyhow]
version = "1.0"
[dependencies.futures-util]
features = ["sink"]
version = "0.3"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time", "macros"]
version = "1.0"
[dependencies.tokio-stream]
features = ["sync"]
version = "0.1"
[dependencies.tokio-tungstenite]
default-features = false
features = ["connect"]
version = "0.21"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[features]
default = ["rustls"]
native-tls = ["tokio-tungstenite/native-tls"]
rustls = ["tokio-tungstenite/rustls-tls-webpki-roots"]
[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", "asynchronous"]
description = "Rust SDK client for connecting to HyperStack streaming servers"
documentation = "https://docs.rs/hyperstack-sdk"
edition = "2021"
keywords = ["hyperstack", "streaming", "sdk", "client", "websocket"]
license = "MIT"
name = "hyperstack-sdk"
readme = "README.md"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
version = "0.2.1"