ta 0.0.1-alpha

Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"