[package] name = "cellular-snapp" version = "0.1.0" edition = "2021" description = "Create cellular automata." repository = "https://github.com/AshtonSnapp/cellular" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rayon = { version = "1.5", optional = true }