mathpack 0.1.0

General Mathematics Library for Rust
Documentation
# 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.0"
authors = ["Jordan Osborn <jordanosborn0@gmail.com>"]
description = "General Mathematics Library for Rust"
license = "MIT"
[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.rayon]
version = "1.1.0"

[dependencies.serde]
version = "1.0.92"