# 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 = "cgol-tui" version = "0.6.2" authors = ["Jeromos Kovacs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Conway's Game of Life implementation with a TUI" documentation = "https://docs.rs/cgol-tui" readme = "README.md" keywords = [ "conway", "game-of-life", "tui", ] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/JeromeSchmied/cgol-tui-rs" [lib] name = "cgol_tui" path = "src/lib.rs" [[bin]] name = "cgol-tui" path = "src/main.rs" [dependencies.fastrand] version = "2.1.1" [dependencies.ratatui] version = "0.29.0"