# 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 = "2018" name = "lightmatrix" version = "0.5.0" authors = ["Bill Liu"] description = "lightweight 2D matrix utilities" homepage = "https://github.com/exbibyte/lightmatrix" documentation = "https://docs.rs/lightmatrix" keywords = ["matrix"] license = "MIT" [dependencies.delegate] version = "0.6.1" [dependencies.more-asserts] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8.0"