# 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 = "automl" version = "0.2.7" authors = ["Chris McComb "] description = "Automated machine learning for classification and regression" homepage = "https://github.com/cmccomb/rust-automl" documentation = "https://docs.rs/automl" readme = "README.md" keywords = [ "machine-learning", "ml", "ai", "smartcore", "automl", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cmccomb/rust-automl" [dependencies.bincode] version = "1.3.3" [dependencies.comfy-table] version = "5.0.0" [dependencies.csv-sniffer] version = "0.1.1" optional = true [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.10.1" [dependencies.minreq] version = "2.6.0" features = [ "json-using-serde", "https", ] optional = true [dependencies.ndarray] version = "0.15.3" optional = true [dependencies.polars] version = "0.17.0" features = ["ndarray"] optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_yaml] version = "0.8.23" [dependencies.smartcore] version = "0.2.1" features = ["serde"] [dependencies.temp-file] version = "0.1.6" optional = true [dependencies.url] version = "2.2.2" optional = true [features] csv = [ "polars", "nd", "url", "temp-file", "minreq", "csv-sniffer", ] default = [] nd = ["ndarray"]