[package] name = "cnnks" version = "0.1.1" edition = "2021" authors = ["Mattia Samiolo "] repository = "https://github.com/mSamiolo/rust_NN" license = "MIT" readme = "README.md" keywords = ["cnn","ml"] description = "Libraries to generate and manage a multilple layers Convolutional Neural Network." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" assert_approx_eq = "1.1.0"