[package] name = "mtrs" version = "0.2.0" authors = ["ZippyMagician "] edition = "2018" readme = "README.md" description = "A implementation of matrices in Rust" repository = "https://github.com/ZippyMagician/mtrs.git" keywords = ["math", "matrix"] license = "Apache-2.0" exclude = ["/tests/**"] [badges] codecov = { repository = "ZippyMagician/mtrs", branch = "master", service = "github" } travis-ci = { repository = "ZippyMagician/mtrs", branch = "master" } [dependencies] num-traits = "0.2" [dev-dependencies] criterion = "0.3" [[bench]] name = "primary" harness = false