# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ca-term" version = "0.0.4" description = "Elementary Cellular Automata for the terminal" homepage = "https://github.com/est357/ca-term" readme = "README.md" keywords = ["cli", "cellular", "automata", "automaton", "rng"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/est357/ca-term" [dependencies.clap] version = "2" [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.exitcode] version = "1.1.2" [dependencies.rand] version = "0.8.0" [dependencies.term_size] version = "0.3.2"