# 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 = "lifegame" version = "0.2.1" authors = ["Lingxuan Ye "] description = "A simple Rust implementation of the classic cellular automaton, Conway's Game of Life." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Lingxuan-Ye/lifegame/tree/main/rust" [dependencies.clap] version = "4.4.8" features = [ "cargo", "derive", ] [dependencies.ctrlc] version = "3.4.1" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.192" [dependencies.serde_json] version = "1.0.108"