[[bin]]
name = "binance-stream-handler"
path = "src/main.rs"
[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"
[dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3"
[dependencies.ordered-float]
version = "4"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.23"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3"
[lib]
name = "binance_stream_handler"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "network-programming"]
description = "Ergonomic, async WebSocket/HTTP client pieces for Binance market data streams."
documentation = "https://docs.rs/binance-stream-handler"
edition = "2021"
homepage = "https://github.com/LeatherBag011235/Binance-stream-handler"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "CHANGELOG.md", "examples/**"]
keywords = ["binance", "websocket", "crypto", "market-data", "stream"]
license = "MIT OR Apache-2.0"
name = "binance-stream-handler"
readme = "README.md"
repository = "https://github.com/LeatherBag011235/Binance-stream-handler"
rust-version = "1.74"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]