[package]
edition = "2018"
name = "tinguely"
version = "0.1.1"
authors = ["Matthias Eiholzer <matthias.eiholzer@gmail.com>"]
exclude = ["literature/*", "tests/*", "backup/*", ".gitignore"]
description = "Machine learning library"
homepage = "https://matthiaseiholzer.gitlab.io/tinguely"
documentation = "https://docs.rs/crate/tinguely/latest/"
readme = "README.md"
keywords = ["machine-learning", "machine", "learning", "stats"]
categories = ["science"]
license = "MIT"
repository = "https://gitlab.com/matthiaseiholzer/tinguely"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex.html"]
[dependencies.mathru]
version = "0.7.3"
default-features = false
[dependencies.rand]
version = "0.7"
[dev-dependencies.plotters]
version = "0.3"
[features]
accelerate = ["mathru/accelerate"]
blaslapack = []
default = ["native"]
intel-mkl = ["mathru/intel-mkl"]
native = ["mathru/native"]
netlib = ["mathru/netlib"]
openblas = ["mathru/openblas"]