# 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 = "linfa-datasets" version = "0.7.0" authors = ["Lorenz Schmidt "] description = "Collection of small datasets for Linfa" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ml/linfa" [dependencies.csv] version = "1.1" [dependencies.flate2] version = "1.0" [dependencies.linfa] version = "0.7.0" [dependencies.ndarray] version = "0.15" [dependencies.ndarray-csv] version = "=0.5.1" [dependencies.ndarray-rand] version = "0.14" optional = true [dev-dependencies.approx] version = "0.4" [dev-dependencies.statrs] version = "0.16.0" [features] default = [] diabetes = [] generate = ["ndarray-rand"] iris = [] linnerud = [] winequality = []