# 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 = "mymatrix" version = "0.6.0" authors = ["Chen QingYu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "My simple matrix library that can perform fraction operations." readme = "readme.md" keywords = [ "matrix", "fraction", ] license = "MIT" repository = "https://github.com/chen-qingyu/mymatrix" [lib] name = "mymatrix" path = "src/lib.rs" [[test]] name = "test_matrix" path = "tests/test_matrix.rs" [[test]] name = "test_vector" path = "tests/test_vector.rs" [dependencies.auto_ops] version = "0.3" [dependencies.pyinrs] version = "1.8" [dev-dependencies.rstest] version = "0.22"