# 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 = "reductionml-cli" version = "0.1.0" description = "Reduction based machine learning toolkit CLI" homepage = "https://github.com/jackgerrits/reductionml" readme = "readme.md" keywords = [ "machine-learning", "reduction", "cli", ] categories = [ "command-line-interface", "science", ] license = "MIT" repository = "https://github.com/jackgerrits/reductionml" resolver = "1" [[bin]] name = "reml" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.atomic-wait] version = "1.1.0" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.clap_complete] version = "4.3.1" [dependencies.crossterm] version = "0.26.1" [dependencies.flume] version = "0.10.14" [dependencies.num_cpus] version = "1.16" [dependencies.owo-colors] version = "3.5.0" [dependencies.prettytable-rs] version = "^0.10" [dependencies.reductionml-core] version = "0.1.0" [dependencies.serde_json] version = "1.0" features = ["float_roundtrip"] [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.valico] version = "4"