[package] name = "linal" description = "tiny linear algebra library without dependencies" version = "0.2.5" authors = ["Vova Abdrakhmanov <369565@gmail.com>", "Alexey Golubev "] repository = "https://github.com/pinecrew/linal" keywords = ["vectors", "linear", "algebra"] license = "BSD-3-Clause" exclude = [".github", "examples/"] autoexamples = true [lib] name = "linal" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html" ]