[package]
name = "nt-streaming"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Real-time market data streaming for Neural Trader - WebSocket connections to exchanges"
documentation = "https://docs.rs/nt-streaming"
readme = "README.md"
keywords = ["trading", "streaming", "websocket", "realtime", "finance"]
categories = ["finance", "network-programming", "asynchronous"]
[dependencies]
nt-core = { version = "1.0.0", path = "../core" }