[package] name = "rust-numpy" version = "0.1.0" edition = "2021" description = "A row version of a convinient rust-numpy library which target is to dublicate functionality of well known python library 'numpy'." authors = ["phyalex"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] impl_ops = "0.1.1"