# 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] edition = "2018" name = "cxmr-ta-core" version = "0.1.5" authors = ["Sergey Potapov "] 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", "financial", "ema", "indicators", "trading"] categories = ["science", "algorithms"] license = "MIT" repository = "https://github.com/greyblake/ta-rs" [[bench]] name = "indicators" path = "benches/indicators.rs" harness = false [dependencies.error-chain] version = "0.11" [dev-dependencies.assert_approx_eq] version = "1.0.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.csv] version = "0.15.0" [dev-dependencies.rand] version = "0.6.5" [badges.travis-ci] branch = "master" repository = "greyblake/ta-rs"