# 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 = "ux-indicators" version = "0.1.0" authors = ["Victor Dudochkin "] description = "Technical Analysis Function Library" homepage = "https://angular-rust.github.io/ux-indicators" documentation = "https://docs.rs/ux-indicators" readme = "README.md" keywords = ["technical-analysis", "financial-analysis"] categories = ["mathematics", "science"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-indicators" [[bench]] name = "indicators" path = "benches/indicators.rs" harness = false [dependencies.error-chain] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.rust_decimal] version = "1.7.0" [dependencies.rust_decimal_macros] version = "1.7.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.ux-primitives] version = "0.1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.csv] version = "1.1.3" [dev-dependencies.cucumber_rust] version = "0.6.8" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rspec] version = "0.1.0" [badges.maintenance] status = "actively-developed"