# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "finalytics" version = "0.6.0" authors = ["Nnamdi Olisaeloka "] description = "A rust library for financial data analysis" homepage = "https://finalytics.rs/" readme = "README.md" keywords = [ "finance", "analytics", ] license = "MIT" repository = "https://github.com/Nnamdi-sys/finalytics" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cached] version = "0.53.0" features = ["async"] [dependencies.chrono] version = "0.4.37" [dependencies.futures] version = "0.3.30" [dependencies.html-escape] version = "0.2.13" [dependencies.indicatif] version = "0.17.8" [dependencies.ndarray] version = "0.16.0" [dependencies.num-format] version = "0.4.4" [dependencies.once_cell] version = "1.19.0" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.optimization] version = "0.2.0" [dependencies.plotly] version = "0.9.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "dtype-datetime", "rows", "fmt_no_tty", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.smartcore] version = "0.3.2" [dependencies.statrs] version = "0.17.1" [dependencies.ta] version = "0.5.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.vader_sentiment] version = "0.1.1" [features] kaleido = ["plotly/kaleido"]