# 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 = "neuronika" version = "0.2.0" authors = ["frjnn ", "stepac "] exclude = ["misc/*"] description = "Tensors and dynamic neural networks." keywords = ["deep-learning", "auto-differentiation", "machine-learning", "tensors"] license = "MPL-2.0" repository = "https://github.com/neuronika/neuronika" resolver = "2" [[example]] name = "quickstart" required-features = ["serialize"] [dependencies.csv] version = "1.1.6" [dependencies.itertools] version = "0.10.3" [dependencies.ndarray] version = "0.15.4" features = ["rayon"] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.2" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.72" [features] blas = ["ndarray/blas"] matrixmultiply-threading = ["ndarray/matrixmultiply-threading"] serialize = ["ndarray/serde"]