[package] name = "mathguru" version = "0.2.0" edition = "2021" authors = ["Junfeng Liu "] homepage = "https://github.com/J-F-Liu/mathguru" documentation = "https://docs.rs/crate/mathguru/" repository = "https://github.com/J-F-Liu/mathguru.git" license = "MIT" readme = "README.md" description = "An algebra system capable of mixed numeric and symbolic computation." categories = ["mathematics", "science"] keywords = ["algebra-system", "symbolic-computation"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2" array-init = "2.1.0"