[package]
edition = "2021"
name = "indicator_math"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, RSI, ATR, Bollinger Bands, Choppiness Index, ADX, and Full Analysis Generator."
homepage = "https://github.com/Pick999999/indicator_math"
documentation = "https://docs.rs/indicator_math"
readme = "README.md"
keywords = [
"trading",
"indicators",
"technical-analysis",
"finance",
"rust",
]
categories = [
"science",
"algorithms",
]
license = "MIT"
repository = "https://github.com/Pick999999/indicator_math"
[lib]
name = "indicator_math"
path = "src/lib.rs"
[dependencies.lazy_static]
version = "1.4"