# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cifar_10_loader" version = "0.2.0" authors = ["Sakamoto Yoshiki "] description = "Crate of loading cifar10" documentation = "https://docs.rs/cifar_10_loader/" readme = "README.md" license = "MIT" repository = "https://github.com/29rou/cifar-10-loader-rs" [lib] name = "cifar_10_loader" path = "./src/lib.rs" [dependencies.clippy] version = "0.0.176" optional = true [dependencies.image] version = "0.18.0" default-features = false [dependencies.itertools] version = "0.7.1" [dependencies.rand] version = "0.4.1" [dependencies.rayon] version = "0.9.0" optional = true [dependencies.regex] version = "0.2.2" [dependencies.walkdir] version = "2.0.1" [dev-dependencies.curl] version = "0.4.8" [dev-dependencies.find_folder] version = "0.3.0" [dev-dependencies.image] version = "0.18.0" [dev-dependencies.rand] version = "0.4.1" [features] benchmarks = ["image/benchmarks"] bmp = ["image/bmp"] default = ["rayon", "gif_codec", "jpeg", "ico", "png_codec", "ppm", "tga", "tiff", "webp", "bmp", "hdr"] gif_codec = ["image/gif_codec"] hdr = ["image/hdr"] ico = ["image/ico"] jpeg = ["image/jpeg"] png_codec = ["image/png"] ppm = ["image/ppm"] tga = ["image/tga"] tiff = ["image/tiff"] webp = ["image/webp"]