peroxide 0.11.5

Rust numeric library contains linear algebra, numerical analysis, statistics and machine learning tools with R, MATLAB, Python like macros
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]
name = "peroxide"
version = "0.11.5"
authors = ["axect <edeftg@gmail.com>"]
exclude = ["example_data/", "src/bin/"]
description = "Rust numeric library contains linear algebra, numerical analysis, statistics and machine learning tools with R, MATLAB, Python like macros"
documentation = "https://docs.rs/peroxide/"
readme = "README.md"
keywords = ["Numeric", "R", "MATLAB", "Python", "Scientific"]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/Axect/Peroxide"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]
[dependencies.csv]
version = "1"

[dependencies.pyo3]
version = "0.7"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
version = "1"

[dependencies.serde-pickle]
version = "0.5"

[dependencies.special]
version = "0.8"
[badges.maintenance]
status = "actively-developed"