# 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" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Deep Learning library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/bokutotu/zenu" [profile.bench] debug = 2 [lib] name = "zenu" path = "src/lib.rs" [[example]] name = "cifar10" path = "examples/cifar10.rs" [[example]] name = "mnist" path = "examples/mnist.rs" [[example]] name = "resnet" path = "examples/resnet.rs" [dependencies.bincode] version = "1.3.3" [dependencies.flate2] version = "1.0" features = ["zlib"] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.tar] version = "0.4.40" [dependencies.zenu-autograd] version = "0.1.2" [dependencies.zenu-layer] version = "0.1.1" [dependencies.zenu-macros] version = "0.1.0" [dependencies.zenu-matrix] version = "0.1.2" [dependencies.zenu-optimizer] version = "0.1.1" [dev-dependencies] [features] nvidia = [ "zenu-matrix/nvidia", "zenu-autograd/nvidia", "zenu-layer/nvidia", "zenu-optimizer/nvidia", ]