[package]
name = "peroxide"
version = "0.9.0"
authors = ["axect <edeftg@gmail.com>"]
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"
[dependencies.csv]
version = "1"
[dependencies.rand]
version = "0.6"
[dependencies.serde]
version = "1"
[dependencies.serde-pickle]
version = "0.4"
[dependencies.special]
version = "0.8"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "Axect/Peroxide"