# 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 = "2021" name = "cell_sim" version = "0.2.1" authors = ["Jonathan McClement "] description = "A 1d cell automata simulator for the command line" homepage = "https://github.com/mcclementines/cellsim" readme = "README.md" keywords = ["cell", "simulator", "automata"] license = "MIT" repository = "https://github.com/mcclementines/cellsim" resolver = "2" [[bin]] name = "cellsim" path = "src/main.rs" [dependencies.clap] version = "3.0.10" features = ["derive"]