# 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 = "2018" name = "terminal_game_of_life" version = "1.0.1" authors = ["a14m "] description = "Conway's game of life implementation as a CLI rust crate" homepage = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust/README.md" readme = "README.md" license = "MIT" repository = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust" [[bin]] name = "game-of-life" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" features = ["wrap_help"] [dependencies.ctrlc] version = "3.1.8" [dependencies.curl] version = "0.4.35" [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dependencies.regex] version = "1.4.5" [dependencies.terminal_size] version = "0.1.16" [dev-dependencies.mocktopus] version = "^0.8.0"