# 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 = "kn-cuda-eval" version = "0.7.3" authors = ["Karel Peeters "] description = "A CUDA executor for neural network graphs" readme = "Readme.md" categories = [ "science", "compilers", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/KarelPeeters/Kyanite" [dependencies.bytemuck] version = "1.14.0" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.internal-iterator] version = "0.2.1" [dependencies.itertools] version = "0.12.0" [dependencies.kn-cuda-sys] version = "0.7.3" [dependencies.kn-graph] version = "0.7.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.decorum] version = "0.3.1" features = ["std"] default-features = false [build-dependencies.cc] version = "1.0.83"