quant-indicators 0.7.0

Pure indicator math library for trading — MA, RSI, Bollinger, MACD, ATR, HRP
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 = "quant-indicators"
version = "0.7.0"
authors = ["Yannick Gger <yannick.gger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure indicator math library for trading — MA, RSI, Bollinger, MACD, ATR, HRP"
homepage = "https://github.com/yannickgranger/quant-core"
documentation = "https://docs.rs/quant-indicators"
readme = "README.md"
keywords = [
    "trading",
    "indicators",
    "technical-analysis",
    "rsi",
    "bollinger",
]
categories = [
    "finance",
    "mathematics",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/yannickgranger/quant-core"

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

[[test]]
name = "ratio_supertrend_integration"
path = "tests/ratio_supertrend_integration.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.quant-primitives]
version = "0.7.0"

[dependencies.rust_decimal]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.rust_decimal_macros]
version = "1"

[dev-dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"