# 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 = "nncombinator" version = "0.8.0" authors = ["jinpu "] build = "build.rs" description = "A library of neural networks that can be written type-safely" homepage = "https://crates.io/crates/nncombinator" documentation = "https://docs.rs/nncombinator/" readme = "README.md" keywords = [ "neural-network", "machine-learning", "numeric-calculation", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/j6k1/nncombinator" [profile.test] opt-level = 3 [dependencies.cuda-runtime-sys] version = "0.3.0-alpha.1" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2.14" [dependencies.rayon] version = "1.5.1" [dependencies.rcublas] version = "0.6.0" [dependencies.rcublas-sys] version = "0.5.0" [dependencies.rcudnn] version = "1.8.0" [dependencies.rcudnn-sys] version = "0.5.0" [dev-dependencies.csv] version = "1.1.6" [dev-dependencies.image] version = "0.24.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.mnist] version = "0.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.statrs] version = "0.15.0" [build-dependencies.cc] version = "1.0.73"