hyper-ta 0.1.0

Technical analysis indicators — RSI, MACD, Bollinger Bands, multi-timeframe
Documentation
[package]
name = "hyper-ta"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Technical analysis indicators — RSI, MACD, Bollinger Bands, multi-timeframe"
repository = "https://github.com/daiwanwei/hyper-agent"
homepage = "https://github.com/daiwanwei/hyper-agent"
keywords = ["technical-analysis", "trading", "rsi", "macd", "bollinger-bands"]
categories = ["mathematics", "finance"]
readme = "README.md"

[dependencies]
motosan-ta-math = "0.4.0"
motosan-ta-stream = "0.4.0"
serde = { version = "1", features = ["derive"] }
chrono = "0.4"

[dev-dependencies]
serde_json = "1"