[package] name = "static_linear_algebra" version = "0.2.0" edition = "2021" description = "A static linear algebra library where size compatibility of operations are checked at compile time" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.12.0" num = "0.4.0"