# 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 = "rusty_pandas" version = "0.0.2" authors = ["Jordan Osborn "] description = "General Mathematics Library for Rust" homepage = "https://github.com/jordanosborn/rustypandas" documentation = "https://docs.rs/crate/rustypandas" readme = "README.md" license = "MIT" repository = "https://github.com/jordanosborn/rustypandas" [profile.dev] opt-level = 0 [dependencies.GSL] version = "1.1.0" [dependencies.approx] version = "0.3.2" [dependencies.blas-src] version = "0.3.0" features = ["openblas"] default-features = false [dependencies.chrono] version = "0.4.7" features = ["serde"] [dependencies.clap] version = "2.33.0" [dependencies.csv] version = "1.1.1" [dependencies.cute] version = "0.3.0" [dependencies.diesel] version = "1.4.2" [dependencies.gnuplot] version = "0.0.31" [dependencies.indicatif] version = "0.11.0" [dependencies.itertools] version = "0.8.0" [dependencies.maplit] version = "1.0.2" [dependencies.nalgebra] version = "0.18.1" [dependencies.ndarray] version = "0.12.1" features = ["blas", "serde-1"] [dependencies.num] version = "0.2.0" [dependencies.openblas-src] version = "0.6.1" features = ["cblas", "system"] default-features = false [dependencies.rand] version = "0.7.0" [dependencies.rayon] version = "1.2.0" [dependencies.regex] version = "1.2.1" [dependencies.reqwest] version = "0.9.20" [dependencies.rug] version = "1.5.2" [dependencies.rust_decimal] version = "1.0.3" [dependencies.serde] version = "1.0.99" [dependencies.sqlite] version = "0.25.0" [dependencies.text_io] version = "0.1.7" [build-dependencies.cc] version = "1.0.41" features = ["parallel"]