# 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 = "financial_indicators" version = "0.1.1" authors = ["rosendofun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A library providing various financial algorithms including but not limited to the following - KDJ — MACD """ homepage = "https://github.com/rosendolu/financial_indicators" readme = "README.md" keywords = [ "finance", "indicators", "KDJ", "MACD", "financial_indicators", ] categories = [ "development-tools", "finance", "algorithms", ] license = "MIT" repository = "https://github.com/rosendolu/financial_indicators.git" [lib] name = "financial_indicators" path = "src/lib.rs" [[example]] name = "kdj" path = "examples/kdj.rs" [[example]] name = "macd" path = "examples/macd.rs" [dependencies] [dev-dependencies.rand] version = "0.8.5" [badges.maintenance] status = "actively-developed"