[package] name = "vivalaakam_neuro_neat" version = "0.1.19" edition = "2021" authors = ["Andrey Makarov "] description = "Library for work with neat network" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = { workspace = true } bytes = { workspace = true } strum = { workspace = true } serde = { workspace = true } ndarray = { workspace = true } tracing = { workspace = true } getrandom = { workspace = true } thiserror = { workspace = true } serde_json = { workspace = true } vivalaakam_neuro_utils = { workspace = true } vivalaakam_neuro_shared = { workspace = true }