# 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 = "mathpack" version = "0.1.8" authors = ["Jordan Osborn "] description = "General Mathematics Library for Rust" homepage = "https://github.com/jordanosborn/mathpack" documentation = "https://docs.rs/crate/mathpack" readme = "README.md" license = "MIT" repository = "https://github.com/jordanosborn/mathpack" [profile.dev] opt-level = 3 [dependencies.gnuplot] version = "0.0.31" [dependencies.itertools] version = "0.8.0" [dependencies.nalgebra] version = "0.18.0" [dependencies.num] version = "0.2.0" [dependencies.rand] version = "0.6.5" [dependencies.rayon] version = "1.1.0" [dependencies.serde] version = "1.0.92" [dependencies.sqlite] version = "0.25.0" [dependencies.text_io] version = "0.1.7" [dev-dependencies]