[package] name = "fast_cellular_automata" version = "0.1.0" edition = "2021" license = "MIT" keywords = [ "life_simulation", "celluar_automata", "game_of_life", "totalistic_automata"] categories = ["simulation"] description = "For cellular automata (totalistic and semi-totalistic) and other, similar uses. Uses parallel processing to update state very quickly" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gif = "0.12.0" image = "0.24.7" rand = "0.8.5" rayon = "1.8.0"