# 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 = "al-jabr" version = "0.6.4" authors = [ "Matthew Plant ", "Øystein Hovind ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An n-dimensional linear algebra library." homepage = "https://github.com/maplant/al-jabr" documentation = "https://docs.rs/crate/al-jabr" readme = "README.md" keywords = [ "linear", "algebra", "matrix", "vector", "math", ] license = "MIT/Apache-2.0" repository = "https://github.com/maplant/al-jabr" [package.metadata.docs.rs] features = [ "serde", "rand", ] [lib] name = "al_jabr" path = "src/lib.rs" [[test]] name = "serde_tests" path = "tests/serde_tests.rs" required-features = ["serde"] [dependencies.approx] version = "0.5" optional = true [dependencies.mint] version = "0.5" optional = true [dependencies.paste] version = "0.1" [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.serde_json] version = "1" [features] default = []