[package] name = "convolician" description = "Fast, easy matrix gradients" version = "0.1.0" authors = ["Matt Gibb "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" rand = "0.7.0" ndarray = "0.12.1" ndarray-rand = "0.9.0"