[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]