# 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 = "rust_nn" version = "0.1.0" exclude = ["assets/*"] description = "An educational Neural Network framework in Rust" readme = "README.md" keywords = [ "neural-networks", "AI", "ML", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lawqup/rust-nn" [[bench]] name = "nn_benchmark" harness = false [dependencies.eframe] version = "0.22.0" [dependencies.egui] version = "0.22.0" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]