centaur_technical_indicators 1.2.2

A rebrand of RustTI - A fully configurable technical indicators library with over 70 unique indicators written in pure Rust.
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 = "centaur_technical_indicators"
version = "1.2.2"
authors = ["ChironMind"]
build = false
exclude = [
    "/assets",
    "/.git",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rebrand of RustTI - A fully configurable technical indicators library with over 70 unique indicators written in pure Rust."
homepage = "https://tech.centaurresearchtechnologies.com/"
documentation = "https://docs.rs/centaur_technical_indicators"
readme = "README.md"
keywords = [
    "trading",
    "technical-analysis",
    "finance",
    "indicators",
    "rust",
]
categories = [
    "finance",
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ChironMind/CentaurTechnicalIndicators-Rust"

[badges.docsrs]
status = "true"

[badges.github-actions]
branch = "main"
repository = "ChironMind/CentaurTechnicalIndicators-Rust"
workflow = "rust.yml"

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

[[example]]
name = "reference"
path = "examples/reference.rs"

[dependencies]