# 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] edition = "2018" name = "tinguely" version = "0.1.1" authors = ["Matthias Eiholzer "] 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"]