[package] name = "generic-matrix-impl" version = "0.1.0" edition = "2021" authors = ["John Bochicchio "] repository = "https://github.com/jpbochicchio/generic-matrix-impl.git" homepage = "https://github.com/jpbochicchio/generic-matrix-impl.git" license = "MIT" readme = "README.md" documentation = "https://github.com/jpbochicchio/generic-matrix-impl/" description = "Simple implementation of generic matrices and their associated operations" [lib] crate-type = ["lib"] [badges.maintenance] status = "actively-developed" [dependencies] # Pure rust baby, no dependencies required!