# 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 = "lineas" version = "0.1.1" authors = ["nxe<62428909+RosiePuddles@users.noreply.github.com>"] description = "A mathematical linear algebra library for Rust" homepage = "https://github.com/RosiePuddles/lineas" documentation = "https://docs.rs/crate/lineas" readme = "README.md" keywords = [ "maths", "linear-algebra", ] categories = ["mathematics"] license = "GPL-3.0-only" repository = "https://github.com/RosiePuddles/lineas" resolver = "2" [dependencies.conv] version = "0.3.3" [dependencies.itertools] version = "0.10.3" [dependencies.plotters] version = "0.3.3" optional = true [features] plotting = ["plotters"] [badges.maintenance] status = "actively-developed"