# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "matrixes" version = "2.5.0" description = "Implementation of matrices up to and slightly beyond a highschool level. See README for details." readme = "README.md" keywords = [ "matrix", "matrices", "math", "maths", "linear-algebra", ] categories = [ "data-structures", "mathematics", ] license = "MIT" repository = "https://github.com/TheKnightGawain/matrixes/" [dependencies.num] version = "0.4.0" [dependencies.thiserror] version = "1.0.50"