# 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 = "simple_game_of_life" version = "1.1.1" authors = ["Cayman Freeman"] exclude = [ "SDL2.dll", "SDL2_image.dll", ".gitignore", ] description = "A simple Game of Life library built with Rust." readme = "README.md" keywords = [ "GameOfLife", "game", "of", "life", "conway", ] license = "MIT" repository = "https://github.com/CaymanFreeman/GameOfLife" [lib] name = "simple_game_of_life" path = "src/lib.rs" [dependencies.rand] version = "0.8.5" [dependencies.simple] version = "0.3.0"