mathru 0.1.2

Simple mathematics library written in 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]
name = "mathru"
version = "0.1.2"
authors = ["Matthias Eiholzer <matthias.eiholzer@gmail.com>"]
exclude = ["literature/*", "tests/*", "backup/*", ".gitignore"]
description = "Simple mathematics library written in Rust"
readme = "README.md"
keywords = ["mathematics", "statistics", "algebra"]
categories = ["science", "algorithms", "data-structures"]
license = "MIT"
license-file = "LICENSE"
repository = "https://gitlab.com/matthiaseiholzer/mathru"
[dependencies.blas]
version = "0.16"
optional = true

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

[dependencies.openblas-src]
version = "0.5"
optional = true

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0"

[features]
blaslapack = ["lapack", "blas", "openblas-src"]
default = ["native"]
native = []