# 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 = "kaffe" version = "0.2.0" authors = ["Joergen Aleksander Fagervik "] description = "Pytorch, but make it rust :)" readme = "README.md" keywords = [ "ai", "matrix", "tensorflow", "pytorch", "numpy", ] categories = [ "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jafagervik/latte.git" [[bench]] name = "matmul_benchmark" harness = false [[bench]] name = "matrix_ops_benches" harness = false [dependencies.anyhow] version = "1.0.71" [dependencies.itertools] version = "0.10.5" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1"