[package] name = "ca-term" version = "0.0.4" edition = "2018" description = "Elementary Cellular Automata for the terminal" license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/est357/ca-term" repository = "https://github.com/est357/ca-term" keywords = ["cli", "cellular", "automata", "automaton", "rng"] categories = ["command-line-utilities"] [dependencies] exitcode = "1.1.2" clap = "2" rand = "0.8.0" term_size = "0.3.2" ctrlc = { version = "3.0", features = ["termination"] }