[package]
edition = "2024"
name = "live-binance"
version = "0.1.0"
authors = ["Peter G. Bower"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binance public market data WebSocket streams. Plugs into the live-feed publisher SDK; data flow goes via lightstream's WebSocket-JSON pipeline."
homepage = "https://github.com/pbower/live-binance"
documentation = "https://docs.rs/live-binance"
readme = "README.md"
keywords = [
"binance",
"live",
"streaming",
"arrow",
"trading",
]
categories = [
"network-programming",
"asynchronous",
]
license = "MPL-2.0"
repository = "https://github.com/pbower/live-binance"
[features]
default = []
[lib]
name = "live_binance"
path = "src/lib.rs"
[dependencies.minarrow]
version = "0.10"
features = ["datetime"]
[dev-dependencies]