quant-indicators 0.7.0

Pure indicator math library for trading — MA, RSI, Bollinger, MACD, ATR, HRP
Documentation
[package]
name = "quant-indicators"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords = ["trading", "indicators", "technical-analysis", "rsi", "bollinger"]
readme = "README.md"
documentation = "https://docs.rs/quant-indicators"
description = "Pure indicator math library for trading — MA, RSI, Bollinger, MACD, ATR, HRP"

[lints]
workspace = true

[dependencies]
quant-primitives = { workspace = true }
rust_decimal = { workspace = true }
chrono = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
rust_decimal_macros = { workspace = true }
serde_json = { workspace = true }