# 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 = "rust_ti" version = "1.3.0" authors = ["0100101001010000"] exclude = [ "/assets", "/.git", "/.github", ] description = "An advanced and configurable technical indicators library with over 70 unique indicators for stock market technical analysis" documentation = "https://docs.rs/rust_ti/latest/rust_ti/" readme = "README.md" keywords = [ "trading", "technical-analysis", "finance", "indicators", ] categories = [ "finance", "mathematics", ] license = "MIT" repository = "https://github.com/0100101001010000/rustTI" [[example]] name = "sp500" path = "examples/main.rs" [dependencies]