[package] name = "skynet_ai" authors = ["Jackson Novak "] version = "0.1.2" edition = "2021" description = "A library for creating neural networks." license = "MIT" keywords = ["ai", "neural", "network", "machine", "learning"] repository = "https://gitlab.com/oglo-crates/skynet-ai" [features] parallel = ["rayon", "flume"] [dependencies] rand = "0.8.5" flume = { version = "0.11.0", optional = true } rayon = { version = "1.8.0", optional = true }