matrix-oxide 0.1.3

Simple, and Lightweight Linear Algebra Library For Rust.
Documentation
# 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-oxide"
version = "0.1.3"
authors = ["Antonio Hickey <contact@antoniohickey.com>"]
build = false
exclude = ["/.github/"]
include = [
    "README.md",
    "src/**/*",
    "examples/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, and Lightweight Linear Algebra Library For Rust."
homepage = "https://crates.io/crates/matrix-oxide"
documentation = "https://docs.rs/matrix-oxide/latest/matrix-oxide/index.html"
readme = "README.md"
keywords = [
    "Linear",
    "Algebra",
    "Matrix",
    "Matrices",
    "Math",
]
license = "MIT"
repository = "https://github.com/antonio-hickey/matrix-oxide"

[lib]
name = "matrix_oxide"
path = "src/lib.rs"

[dependencies]