# 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 = "quantaxis-rs" version = "0.3.4" authors = ["yutiansut "] include = ["src/**/*", "Cargo.toml", "README.md"] description = "quantaxis in rust" homepage = "https://github.com/yutiansut" documentation = "https://docs.rs/quantaxis-rs/" readme = "README.md" categories = ["science", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/yutiansut/quantaxis-rs" [[bench]] name = "indicators" path = "benches/indicators.rs" harness = false [dependencies.bencher] version = "0.1.5" [dependencies.chrono] version = "0.4.11" [dependencies.csv] version = "1.1.3" [dependencies.error-chain] version = "0.12.1" [dependencies.float-cmp] version = "0.4.0" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.13.0" [dependencies.ndarray-csv] version = "0.4" [dependencies.num] version = "0.2.0" [dependencies.num-traits] version = "0.2.6" [dependencies.qifi-rs] version = "0.3.0" [dependencies.rand] version = "0.6.5" [dependencies.rayon] version = "1.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.61" [dependencies.stopwatch] version = "0.0.7" [dependencies.tokio] version = "0.2.18" features = ["full"] [dependencies.tokio-util] version = "0.3.0" features = ["full"] [dependencies.uuid] version = "0.8" features = ["serde", "v1", "v4"] [dev-dependencies]