# 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 = "coaster-nn" version = "0.5.0" authors = ["Bernhard Schuster ", "Lissa Hyacinth ", "Michael Hirn", "Maximilian Goisser"] description = "coaster plugin providing Neural Network operations" homepage = "https://spearow.io/coaster-nn" documentation = "https://spearow.io/projects/coaster-nn/documentation" readme = "README.md" keywords = ["neural-network", "coaster", "computation", "hpc", "plugin"] license = "MIT OR Apache-2.0" repository = "https://github.com/spearow/coaster-nn" [dependencies.coaster] version = "0.2" default-features = false [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" optional = true [dependencies.rand_chacha] version = "0.3.0" optional = true [dependencies.rcudnn] version = "1.7" optional = true [dependencies.thiserror] version = "1.0" optional = true [features] cuda = ["coaster/cuda", "rcudnn", "libc", "thiserror", "rand_chacha"] default = ["native", "cuda"] native = ["coaster/native", "rand", "rand_chacha"] opencl = ["coaster/opencl"] unstable = []