# 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 = "algolotl-ta" version = "0.1.1" authors = ["Tim Koopmans "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Technical analysis library for algolotl" readme = "README.md" license = "MIT" [lib] name = "algolotl_ta" path = "src/lib.rs" [dependencies.rust_decimal] version = "1.35.0" features = [ "serde-arbitrary-precision", "maths", ] [dependencies.rust_decimal_macros] version = "1.35.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.tradestats] version = "0.1.14" [dependencies.yata] version = "0.7.0" features = ["period_type_u16"]