# 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 = "mushin" version = "0.5.0" authors = ["Aitor Ruano "] description = "Computational graphs with reverse automatic differentation in the GPU" homepage = "https://github.com/c0dearm/mushin" readme = "README.md" keywords = [ "machine-learning", "automatic", "differentiation", "gpu", "cpu", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/c0dearm/mushin" resolver = "2" [dependencies.arrayfire] version = "3.8" [features] default = ["nn"] nn = [] [badges.codecov] repository = "c0dearm/mushin" [badges.maintenance] status = "actively-developed"