# 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 = "matrix-market-rs" version = "0.1.3" authors = ["Valentin Trophime"] exclude = [ "big.mtx", "small.mtx", "small_dense.mtx", ] description = "A simple library to read matrix market file to standard rust types." readme = "README.md" keywords = [ "matrix", "parser", "mtx", "mm", ] categories = [ "mathematics", "parsing", ] license-file = "LICENSE" repository = "https://github.com/ValouBambou/matrix-market-rs" [dependencies.num-traits] version = "0.2"