# 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 = "qmat" version = "0.5.1" authors = ["br3adina7or"] description = "A simple library for 2-dimensional matrices." homepage = "https://github.com/Breadinator/qmat/" readme = "README.md" categories = [ "data-structures", "mathematics", "science", ] license = "Unlicense" repository = "https://github.com/Breadinator/qmat/" resolver = "2" [[bench]] name = "matrix_creation" harness = false [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.paste] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0"