# 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 = "2018" name = "rcudnn" version = "1.8.0" authors = ["Bernhard Schuster ", "Lissa Hyacinth ", "MichaelHirn", "Maximilian Goisser"] description = "safe Rust wrapper for CUDA's cuDNN" homepage = "https://github.com/spearow/juice/tree/master/rcudnn" readme = "../README.md" keywords = ["cudnn", "cuda", "nvidia", "neural-network"] license = "MIT OR Apache-2.0" repository = "https://github.com/spearow/juice" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.4" [dependencies.rcudnn-sys] version = "0.5.0" [dependencies.thiserror] version = "1.0"