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