[package]
edition = "2021"
name = "hyper-ta"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Technical analysis indicators — RSI, MACD, Bollinger Bands, multi-timeframe"
homepage = "https://github.com/daiwanwei/hyper-agent"
readme = "README.md"
keywords = [
"technical-analysis",
"trading",
"rsi",
"macd",
"bollinger-bands",
]
categories = [
"mathematics",
"finance",
]
license = "MIT"
repository = "https://github.com/daiwanwei/hyper-agent"
[lib]
name = "hyper_ta"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.motosan-ta-math]
version = "0.4.0"
[dependencies.motosan-ta-stream]
version = "0.4.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"