# 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 = "cifar-ten" version = "0.5.1" authors = [ "Christopher Moran ", "Manuel Drehwald", ] exclude = ["data/*"] description = "Parses the CIFAR-10 dataset binary files, with methods for downloading and ndarray conversion" readme = "README.md" keywords = [ "data", "machine", "learning", "cifar", "ten", ] license = "MIT" repository = "https://github.com/quietlychris/cifar-ten" [lib] name = "cifar_ten" [dependencies.curl] version = "0.4" optional = true [dependencies.flate2] version = "1.0.2" features = ["rust_backend"] optional = true default-features = false [dependencies.ndarray_013] version = "0.13.1" optional = true package = "ndarray" [dependencies.ndarray_014] version = "0.14" optional = true package = "ndarray" [dependencies.ndarray_015] version = "0.15" optional = true package = "ndarray" [dependencies.pbr] version = "1.0" optional = true [dependencies.rand] version = "0.8" [dependencies.tar] version = "0.4" optional = true [dev-dependencies.image] version = "0.23" [dev-dependencies.show-image] version = "0.6" features = ["image"] [features] default = [] download = [ "curl", "pbr", "flate2", "tar", ] to_ndarray_013 = ["ndarray_013"] to_ndarray_014 = ["ndarray_014"] to_ndarray_015 = ["ndarray_015"]