indicator_math 0.8.0

A comprehensive technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, RSI, ATR, Bollinger Bands, Choppiness Index, ADX, and Full Analysis Generator.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"