# 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 = "juice" version = "0.3.0" authors = ["Bernhard Schuster ", "Lissa Hyacinth ", "Maximilian Goisser", "Michael Hirn"] build = "build.rs" description = "Machine Learning Framework for Hackers" homepage = "https://github.com/spearow/juice" readme = "README.md" keywords = ["deep-learning", "neural-networks", "machine-learning", "framework"] license = "MIT OR Apache-2.0" repository = "https://github.com/spearow/juice" [dependencies.capnp] version = "0.14" [dependencies.coaster] version = "0.2" default-features = false [dependencies.coaster-blas] version = "0.4" default-features = false [dependencies.coaster-nn] version = "0.5" default-features = false [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.timeit] version = "0.1" [build-dependencies.capnpc] version = "0.14" [features] cuda = ["coaster/cuda", "coaster-blas/cuda", "coaster-nn/cuda"] default = ["native", "cuda"] native = ["coaster-blas/native", "coaster-nn/native"] opencl = ["coaster/opencl", "coaster-blas/opencl", "coaster-nn/opencl"]