# 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 = "ksnn" version = "0.3.0" exclude = [ "src/main.rs", "testing/*", "training/*", "target/*", ] description = "ksnn, or Kosiorek's Simple Neural Networks, is a crate that simplifies the creation, training, and validation of a neural network. The crate is heavily inspired by \"Neural Networks from Scratch in Python\" by Harrison Kinsley & Daniel Kukieła." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DMKosiorek/ksnn" resolver = "2" [dependencies.indicatif] version = "~0.16.2" [dependencies.ndarray] version = "~0.15.4" features = ["serde"] [dependencies.ndarray-rand] version = "~0.14.0" [dependencies.rand] version = "~0.8.5" [dependencies.rand_distr] version = "~0.4.3" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0"