# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty-life" version = "1.0.0" authors = ["Donald Whyte "] description = "Rust implementation of Conway's Game of Life that's rendered to the terminal" homepage = "https://github.com/DonaldWhyte/rusty-life" documentation = "https://docs.rs/rusty-life" readme = "README.md" keywords = ["conway", "conways", "game", "life", "cli"] categories = ["games"] license = "MIT" repository = "https://github.com/DonaldWhyte/rusty-life" [dependencies.docopt] version = "1.*" [dependencies.rand] version = "0.7.*" [dependencies.term_size] version = "0.3.*"