ferro_ta_core 1.0.6

Pure Rust core indicator library — no PyO3, no numpy dependency
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 = "ferro_ta_core"
version = "1.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust core indicator library — no PyO3, no numpy dependency"
homepage = "https://github.com/pratikbhadane24/ferro-ta#readme"
documentation = "https://docs.rs/ferro_ta_core"
readme = "README.md"
keywords = [
    "technical-analysis",
    "trading",
    "indicators",
    "finance",
    "ta-lib",
]
categories = [
    "finance",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/pratikbhadane24/ferro-ta"

[features]
simd = ["wide"]
wide = ["dep:wide"]

[lib]
name = "ferro_ta_core"
crate-type = ["lib"]
path = "src/lib.rs"

[[bench]]
name = "indicators"
path = "benches/indicators.rs"
harness = false

[dependencies.wide]
version = "1.1.1"
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]