# 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 = "ta-lib" version = "0.1.2" authors = ["Moritz Moeller "] description = "High level Rust wrapper for TA-lib" homepage = "https://ta-lib.org/" documentation = "https://docs.rs/ta-lib/" readme = "README.md" keywords = [ "ta-lib", "technical-analysis", "indicator", "trading", "financial-market", ] categories = ["api-bindings"] license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" repository = "https://github.com/virtualritz/ta-lib-rs/" [dependencies.concat-idents] version = "1.1.4" [dependencies.ta-lib-sys] version = "0.1.2" [features] use_system_lib = ["ta-lib-sys/use_system_lib"]