[package] name = "numrs" version = "0.2.0" authors = [ "Sankha Narayan Guria " ] license = "MIT" description = "A numerical computations library for Rust" documentation = "http://sankhs.com/numrs" homepage = "https://github.com/sankha93/numrs" repository = "https://github.com/sankha93/numrs" readme = "README.md" keywords = ["math", "mathematics", "numerical", "scientific", "computation"] [lib] name = "numrs" path = "src/lib.rs" test = true doc = true [dependencies] num = "*"