# 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 = "2021" name = "dendritic-datasets" version = "1.5.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Prebuilt datasets that can be imported for ML model training" readme = "README.md" license = "MIT" [lib] name = "dendritic_datasets" path = "src/lib.rs" [[test]] name = "alzheimers_tests" path = "tests/alzheimers_tests.rs" [[test]] name = "breast_cancer_tests" path = "tests/breast_cancer_tests.rs" [[test]] name = "diabetes_tests" path = "tests/diabetes_tests.rs" [[test]] name = "iris_tests" path = "tests/iris_tests.rs" [[test]] name = "parquet_tests" path = "tests/parquet_tests.rs" [dependencies.arrow] version = "51.0.0" [dependencies.arrow-array] version = "51.0.0" [dependencies.arrow-csv] version = "51.0.0" [dependencies.arrow-schema] version = "51.0.0" [dependencies.csv] version = "1.3.0" [dependencies.dendritic] version = "1.1.1" [dependencies.dendritic-ndarray] version = "1.1.0" [dependencies.dendritic-preprocessing] version = "1.1.0" [dependencies.parquet] version = "51.0.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64"