[lib]
name = "indicator_math"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, MACD and more."
documentation = "https://docs.rs/indicator_math"
edition = "2021"
homepage = "https://github.com/Pick999999/indicator_math"
license = "MIT"
name = "indicator_math"
readme = "README.md"
repository = "https://github.com/Pick999999/indicator_math"
version = "0.6.1"