[dependencies.nt-core]
version = "1.0.0"
[lib]
name = "nt_streaming"
path = "src/lib.rs"
[package]
authors = ["Neural Trader Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "network-programming", "asynchronous"]
description = "Real-time market data streaming for Neural Trader - WebSocket connections to exchanges"
documentation = "https://docs.rs/nt-streaming"
edition = "2021"
keywords = ["trading", "streaming", "websocket", "realtime", "finance"]
license = "MIT OR Apache-2.0"
name = "nt-streaming"
readme = "README.md"
repository = "https://github.com/ruvnet/neural-trader"
version = "1.0.0"