# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mnist" version = "0.6.0" authors = ["David McNeil "] exclude = [ "data/*", "data_sets/*", ] description = "MNIST data set parser." documentation = "https://docs.rs/mnist" readme = "README.md" keywords = [ "mnist", "machine", "learning", "machine-learning", "images", ] license = "MIT" repository = "https://github.com/davidMcneil/mnist" [dependencies.byteorder] version = "1.0.0" [dependencies.curl] version = "0.4" optional = true [dependencies.flate2] version = "1.0.2" features = ["rust_backend"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.pbr] version = "1.0" optional = true [dev-dependencies.image] version = "0.23" [dev-dependencies.ndarray] version = "0.14" [dev-dependencies.show-image] version = "0.6" features = ["image"] [features] default = [] download = [ "curl", "pbr", "flate2", ]