[package] name = "only-brain" version = "0.1.4" edition = "2021" repository = "https://github.com/IgorFroehner/only-brain" description = "A simple Neural Network library, without the learning part." include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" nalgebra = { version = "0.32.3", features = ["serde-serialize"] } serde = { version = "1.0.193", features = ["derive"] } bincode = "1.3.3"