rangebar-streaming 12.24.0

Real-time streaming engine for range bar processing
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"
rust-version = "1.90"
name = "rangebar-streaming"
version = "12.24.0"
authors = ["Terry Li <terry@eonlabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time streaming engine for range bar processing"
homepage = "https://github.com/terrylica/rangebar"
documentation = "https://docs.rs/rangebar-streaming"
readme = "README.md"
keywords = [
    "finance",
    "trading",
    "streaming",
    "real-time",
]
categories = [
    "finance",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/terrylica/rangebar"
resolver = "2"

[features]
all = [
    "binance-integration",
    "stats",
    "indicators",
]
binance-integration = ["rangebar-providers/binance"]
default = []
indicators = []
stats = [
    "rolling-stats",
    "tdigests",
]

[lib]
name = "rangebar_streaming"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.rangebar-core]
version = "12.23.1"

[dependencies.rangebar-providers]
version = "12.23.1"
optional = true

[dependencies.rolling-stats]
version = "0.1"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tdigests]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"