# 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 = "hashlife" version = "0.0.0" authors = ["Nicholas Buckeridge "] exclude = [".travis.yml"] description = "Hashlife implementaion for the game of life." homepage = "https://github.com/mcqueen256/hashlife" readme = "README.md" keywords = ["conway", "game-of-life", "hashlife"] license = "MIT OR Apache-2.0" repository = "https://github.com/mcqueen256/hashlife" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.cached] version = "0.20.0" [dependencies.itertools] version = "0.9" [dependencies.regex] version = "1.4.1" [dev-dependencies.argh] version = "0.1" [dev-dependencies.termion] version = "1.5" [dev-dependencies.tui] version = "0.12"