[package] name = "numbrs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A flexible numerical computing package" readme = "README.md" homepage = "https://gitlab.com/nathantnorth/numbrs" repository = "https://gitlab.com/nathantnorth/numbrs" license = "MIT" keywords = ["array", "ndarray", "scientific", "computing"] categories = ["data-structures", "mathematics", "science"] [dependencies]