[package] name = "numas" version = "0.2.7" authors = ["Lukáš Zahradník "] description = "numas library is implementation of multidimensional array for efficient computing" homepage = "https://numaslibrary.github.io/" repository = "https://github.com/numaslibrary/numas" readme = "./README.md" keywords = ["numeric", "array", "ndarray", "multidimensional", "numpy"] categories = ["data-structures", "science"] license = "MIT" [badges] maintenance = { status = "actively-developed" } [dependencies] rand = "0.6.5" [lib] crate-type = ["lib"]