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