# 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 = "rusty-talib" version = "0.1.6" authors = ["uyplayer "] description = "A Rust crate using pure rust code for technical analysis" documentation = "https://github.com/uyplayer/rusty-talib" readme = "README.md" keywords = [ "rusty-talib", "technical", "indicators", "analysis", "talib", ] categories = [ "data-processing", "financial", "mathematics", ] license = "MIT" repository = "https://github.com/uyplayer/rusty-talib" [lib] name = "rusty_talib" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.polars] version = "0.33.2" features = [ "lazy", "describe", "rolling_window", ] [dependencies.rand] version = "0.8.5" [features] default = ["overlap_studies"] overlap_studies = []