# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fast_cellular_automata" version = "0.1.0" description = "For cellular automata (totalistic and semi-totalistic) and other, similar uses. Uses parallel processing to update state very quickly" keywords = [ "life_simulation", "celluar_automata", "game_of_life", "totalistic_automata", ] categories = ["simulation"] license = "MIT" [dependencies.gif] version = "0.12.0" [dependencies.image] version = "0.24.7" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0"