# 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 = "goffin" version = "0.1.0" description = "Conway's Game of Life using the typestate pattern in Rust." readme = "README.md" keywords = [ "game-of-life", "typestate", "ratatui", "gamedev", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/furkankly/goffin" [dependencies.anyhow] version = "1.0.82" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.ratatui] version = "0.26.2" [dependencies.tokio] version = "1.37.0" features = ["full"]