live-binance 0.1.0

Binance public market data WebSocket streams. Plugs into the live-feed publisher SDK; data flow goes via lightstream's WebSocket-JSON pipeline.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]