# 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 = "goliard" version = "0.1.0" authors = ["Billy Rieger "] description = "Command-line viewer for patterns in Conway's Game of Life" readme = "README.md" keywords = ["life", "conway", "cellular", "automaton", "hashlife"] categories = ["algorithms", "command-line-utilities", "science", "simulation"] license = "MPL-2.0" repository = "https://github.com/billyrieger/goliard" [dependencies.braille] version = "1.0" [dependencies.clap] version = "2.32" [dependencies.cursive] version = "0.10" [dependencies.failure] version = "0.1" [dependencies.itertools] version = "0.8" [dependencies.lazy_static] version = "1.2" [dependencies.smeagol] version = "0.1" [dependencies.term_size] version = "0.3"