# 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 = "open-oak-game-of-life" version = "0.1.2" authors = ["Christoffer Aakre "] description = "Implementation of Conway's Game of Life using open-oak as the front-end and conlife as the backend" readme = "README.md" keywords = [ "life", "game-of-life", "game_of_life", "gol", "game", ] categories = [ "data-structures", "simulation", "games", ] license = "AGPL-3.0-only" repository = "https://github.com/christofferaakre/open-oak-game-of-life" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.conlife] version = "0.1" [dependencies.open-oak] version = "0.1"