# 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 = "matrixable" version = "0.7.0" authors = ["tcheufa"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and structs extending capabilities of matrix-like structures." readme = "README.md" keywords = [ "matrix", "trait", ] categories = [ "data-structures", "mathematics", "science", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tcheufa/matrixable" [lib] name = "matrixable" path = "src/lib.rs" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [features] default = ["impls"] impls = []