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