[package] name = "dense" version = "2.0.0" authors = ["Jonathan Woollett-Light "] edition = "2018" description = "An encoder/decoder to/from dense files." license = "Apache-2.0" exclude = ["tests"] repository = "https://github.com/JonathanWoollett-Light/dense" documentation = "https://docs.rs/dense/" keywords = ["mnist","machine-learning","encoding","compression"] catagories= ["science","encoding","compression"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.15.3" num = "0.4.0" num-bytes = "0.3.0" [dev-dependencies] mnist_read = "1.0.1"