# 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-matrix" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Matrix library for ZeNu" readme = "README.md" license = "MIT" repository = "https://github.com/bokutotu/zenu" [profile.bench] debug = 2 [lib] name = "zenu_matrix" path = "src/lib.rs" [[test]] name = "rnn" path = "tests/rnn.rs" [[bench]] name = "copy_from_all_matrix" path = "benches/copy_from_all_matrix.rs" harness = false [[bench]] name = "copy_from_im2col_way" path = "benches/copy_from_im2col_way.rs" harness = false [[bench]] name = "im2col_function" path = "benches/im2col_function.rs" harness = false [[bench]] name = "transpose_reshape_im2col" path = "benches/transpose_reshape_im2col.rs" harness = false [dependencies.cblas] version = "0.4.0" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2.19" [dependencies.once_cell] version = "1.19.0" [dependencies.openblas-src] version = "0.10.8" features = [ "system", "cblas", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.zenu-cuda] version = "0.1.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.itertools] version = "0.10.0" features = ["use_std"] default-features = false [dev-dependencies.serde_json] version = "1.0.114" [features] nvidia = ["zenu-cuda"] [lints.clippy] dbg_macro = "deny" print_stdout = "deny"