peroxide 0.15.2

Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax
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.15.2"
authors = ["axect <edeftg@gmail.com>"]
exclude = ["example_data/", "src/bin/", "benches/", "example/"]
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
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.blas]
version = "0.20"
optional = true

[dependencies.csv]
version = "1"

[dependencies.lapack]
version = "0.16"
optional = true

[dependencies.pyo3]
version = "0.7"
optional = true

[dependencies.rand]
version = "0.7"

[dependencies.special]
version = "0.8"

[features]
default = []
openblas = ["blas", "lapack"]
plot = ["pyo3"]
[badges.maintenance]
status = "actively-developed"