indicatorMath_ULTRA_Rust 1.0.0

High-performance technical analysis library for financial data, replicating clsAnalysisGenerator.js logic.
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 = "indicatorMath_ULTRA_Rust"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance technical analysis library for financial data, replicating clsAnalysisGenerator.js logic."
readme = "README.md"
keywords = [
    "finance",
    "analysis",
    "technical-analysis",
    "trading",
    "indicators",
]
license = "MIT"
repository = "https://github.com/yourusername/indicator_math"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures-util]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.8"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "blocking",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.20"
features = ["native-tls"]

[dependencies.url]
version = "2.4"