# 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 = "gof-rs" version = "0.2.3" authors = ["Omar Magdy "] include = [ "src/", "presets/patterns/*.txt", ] description = "Game of life in your terminal with over 500 unique patterns to choose from." readme = "README.md" keywords = [ "cli", "game-of-life", ] license = "MIT" repository = "https://github.com/omagdy7/gof-rs" resolver = "2" [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.25.0" [dependencies.include_dir] version = "0.7.3" [dependencies.rand] version = "0.8.5" [dependencies.tui] version = "0.19.0"