# 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-autograd" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple autograd library for learning purposes" readme = "README.md" license = "MIT" repository = "https://github.com/bokutotu/zenu" [profile.bench] debug = 2 [lib] name = "zenu_autograd" path = "src/lib.rs" [[test]] name = "combined" path = "tests/combined.rs" [[test]] name = "get_all_test_variable" path = "tests/get_all_test_variable.rs" [[bench]] name = "conv2d" path = "benches/conv2d.rs" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.zenu-matrix] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde_json] version = "1.0.114" [features] nvidia = ["zenu-matrix/nvidia"]