simple-matrix 0.1.2

A simple generic matrix library
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

cargo-features = ["edition"]

[package]
edition = "2018"
name = "simple-matrix"
version = "0.1.2"
authors = ["Nicolas Mémeint <nicolas.memeint@gmail.com>"]
description = "A simple generic matrix library"
homepage = "https://github.com/NicolasMemeint/simple-matrix"
documentation = "https://docs.rs/simple-matrix"
readme = "README.md"
keywords = ["simple", "matrix", "matrices"]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NicolasMemeint/simple-matrix"
[package.metadata.docs.rs]
rustdoc-args = ["--edition=2018"]

[lib]
doctest = false

[[bench]]
name = "bench"
harness = false
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.rand]
version = "0.5"

[features]
impl_from = []