candlestick-rs 0.2.4

Candlestick pattern recognition library for technical analysis
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 = "candlestick-rs"
version = "0.2.4"
authors = [
    "Dhruv Soi<l33t.quant@gmail.com>",
    "Facundo La Rocca<facu.larocca@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Candlestick pattern recognition library for technical analysis"
documentation = "https://docs.rs/candlestick-rs"
readme = "README.md"
keywords = [
    "candlestick",
    "trading",
    "technical-analysis",
    "finance",
    "algotrading",
]
categories = [
    "algorithms",
    "finance",
    "no-std",
]
license = "MIT"
repository = "https://github.com/l33tquant/candlestick"

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

[dependencies]