[package] name = "lineal" authors = ["Felix Bytow "] description = "LINEar ALgebra" license = "MIT" repository = "https://git.drako.guru/drako/lineal-rs" readme = "README.md" version = "0.4.0" edition = "2021" publish = ["crates-drako-guru"] [features] default = ["complex", "quaternion", "matrix", "angular"] complex = [] quaternion = [] matrix = [] angular = []