# 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 = "gtensor" version = "0.2.1" authors = ["Rylan Yancey"] description = "Reverse-mode autodifferentiation of computational graphs with tensors and more for machine learning." documentation = "https://github.com/RylanYancey/gtensor/tree/main/docs" readme = "README.md" keywords = [ "ml", "autodiff", "machine-learning", "statistics", "math", ] categories = [ "algorithms", "mathematics", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RylanYancey/gtensor/tree/main" [profile.release] debug = 2 [[example]] name = "classification" [[example]] name = "regression" [[example]] name = "knn_mnist" [dependencies.anyhow] version = "1.0.75" [dependencies.bmls] version = "1.0.0" [dependencies.csv] version = "1.3.0" [dependencies.dyn-clone] version = "1.0.16" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_traitobject] version = "0.2.8" [dependencies.serde_yaml] version = "0.9.27" [dev-dependencies.bmp] version = "0.5.0"