[package]
name = "ta"
version = "0.0.1-alpha"
authors = ["Sergey Potapov <blake131313@gmail.com>"]
include = ["src/**/*", "Cargo.toml", "README.md"]
description = "Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc."
homepage = "https://github.com/greyblake/ta-rs"
documentation = "https://docs.rs/ta"
readme = "README.md"
keywords = ["technical-analysis", "finance", "ema", "indicators", "market"]
categories = ["science", "algorithms"]
license = "MIT"
repository = "https://github.com/greyblake/ta-rs"
[dependencies.error-chain]
version = "0.11"
[badges.travis-ci]
repository = "greyblake/ta-rs"
branch = "master"