# 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-math" version = "0.1.1" include = [ "src/**/*", "LICENSE.md", "README.md", ] description = "A Rust library for Mathematical matrices." homepage = "https://github.com/1kill2steal/matrix-rs" readme = "README.md" keywords = [ "matrix", "math", ] license = "MIT" repository = "https://github.com/1kill2steal/matrix-rs" [dependencies.clap] version = "^4.5.4" features = ["derive"] [dependencies.num-traits] version = "^0.2.19" [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [dependencies.thiserror] version = "^1.0.61" [features] serde = ["dep:serde"]