finlib-ta 0.6.0

Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc.
Documentation
[dependencies.libm]
version = "0.2.15"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.assert_approx_eq]
version = "1.0.0"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.bincode]
version = "1.3.1"

[dev-dependencies.csv]
version = "1.1.0"

[dev-dependencies.rand]
version = "0.6.5"

[features]
default = ["std"]
serde = ["dep:serde"]
std = ["serde?/std"]

[lib]
name = "finlib_ta"
path = "src/lib.rs"

[package]
authors = ["Sergey Potapov <blake131313@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "finance", "science", "algorithms"]
description = "Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc."
documentation = "https://docs.rs/finlib-ta"
edition = "2021"
homepage = "https://github.com/sarsoo/ta-rs"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["technical-analysis", "financial", "ema", "indicators", "trading"]
license = "MIT"
name = "finlib-ta"
readme = "README.md"
repository = "https://github.com/sarsoo/ta-rs"
version = "0.6.0"

[profile.release]
lto = true