# 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 = "zenu-optimizer" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple optimizer for neural networks" readme = "README.md" license = "MIT" repository = "https://github.com/bokutotu/zenu" [profile.bench] debug = 2 [lib] name = "zenu_optimizer" path = "src/lib.rs" [[test]] name = "net_test" path = "tests/net_test.rs" [dependencies.zenu-autograd] version = "0.1.2" [dependencies.zenu-layer] version = "0.1.1" [dependencies.zenu-matrix] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.rand_distr] version = "0.4.2" [features] nvidia = [ "zenu-matrix/nvidia", "zenu-autograd/nvidia", "zenu-layer/nvidia", ] [lints.clippy] pedantic = "warn"