[package] name = "boolnetevo" version = "0.4.0" authors = ["serhon "] description = "Evolve populations of boolean networks to approximate bitstring functions and their (unknown) inverses." readme = "crates-io.md" keywords = ["boolean", "network", "evolution", "bitstring", "inverse"] categories = ["science", "algorithms"] license = "MIT OR Apache-2.0" default-run = "shell" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] overflow-checks = false [profile.release] incremental = true [profile.test] overflow-checks = false [dependencies] rand = "0.7" rayon = "1.5" crossterm = "0.18" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"