# 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] name = "game-of-life" version = "0.1.0" authors = ["Arcterus ", "indiv0 "] description = "An implementation of Conway's Game of Life using Piston." homepage = "https://github.com/Arcterus/game-of-life" readme = "README.md" keywords = ["life", "conway", "game", "automaton", "cellular"] categories = ["games", "simulation"] license = "MPL-2.0" repository = "https://github.com/Arcterus/game-of-life" [[bin]] name = "life" path = "src/life.rs" [dependencies.clap] version = "2.29.2" [dependencies.piston] version = "0.35.0" [dependencies.piston2d-graphics] version = "0.24.0" [dependencies.piston2d-opengl_graphics] version = "0.50.0" [dependencies.pistoncore-glutin_window] version = "0.43.0" [badges.travis-ci] repository = "Arcterus/game-of-life"