# 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] edition = "2021" name = "heapless_matrix" version = "0.1.5" authors = ["Spago Harun hspago1@etf.unsa.ba"] description = "This crate provides a simple and efficient implementation of a matrix data structure in Rust. It offers functionality for creating, manipulating, and performing operations on matrices, such as transposition, summation, and multiplication." documentation = "https://docs.rs/heapless_matrix/0.1.5/heapless_matrix/" readme = "README.md" keywords = [ "matrix", "linear-algebra", "heapless", "rust", "embedded", ] license = "BSL-1.0" repository = "https://github.com/Spago123/heapless-matrix" [dependencies.heapless] version = "0.8.0"