indicatorMath_ULTRA_Rust 1.3.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.3.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/Pick999999/indicator_math_ultra_rust"

[lib]
name = "indicatorMath_ULTRA_Rust"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.16"
features = [
    "derive",
    "min_const_generics",
]

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

[dependencies.dashmap]
version = "6.1.0"

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

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

[dependencies.js-sys]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2.4"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.wgpu]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.env_logger]
version = "0.10"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "blocking",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.0"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-tungstenite]
version = "0.20"
features = ["native-tls"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Window",
    "Document",
]