# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "neuro" version = "0.1.0" authors = ["Sylvain Renevey "] description = "A deep learning library that runs on the GPU." homepage = "https://srenevey.github.io/neuro/" documentation = "https://srenevey.github.io/neuro/api" readme = "README.md" keywords = ["deep-learning", "machine-learning", "neural-networks", "cnn"] categories = ["science"] license = "BSD-3-Clause" repository = "https://github.com/srenevey/neuro" [dependencies.arrayfire] version = "3.6.3" [dependencies.csv] version = "1.1.3" [dependencies.hdf5] version = "0.6.0" [dependencies.hdf5-sys] version = "0.6.0" [dependencies.image] version = "0.23.0" [dependencies.indicatif] version = "0.14.0" [dependencies.rand] version = "0.7.3" [dependencies.walkdir] version = "2.3.1"