# 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) [package] edition = "2018" name = "aljabar" version = "1.0.2" authors = ["Matthew Plant ", "Øystein Hovind "] description = "A super generic, super experimental linear algebra library." homepage = "https://github.com/maplant/aljabar" documentation = "https://docs.rs/crate/aljabar" readme = "README.md" keywords = ["linear", "algebra", "matrix", "vector", "math"] license = "MIT/Apache-2.0" repository = "https://github.com/maplant/aljabar" [package.metadata.docs.rs] features = ["swizzle", "serde", "rand"] [lib] name = "aljabar" [[test]] name = "serde_tests" path = "tests/serde_tests.rs" required-features = ["serde"] [dependencies.mint] version = "0.5" optional = true [dependencies.paste] version = "0.1" [dependencies.rand] version = "0.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "0.6" [dev-dependencies.approx] version = "0.3.2" [dev-dependencies.serde_json] version = "1.0" [features] default = [] swizzle = []