# 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 = "luacells" version = "0.1.4" description = "A Rust text-based cellular automata simulator that uses Lua for rule definitions." homepage = "https://github.com/nph278/luacells" readme = "README.md" license = "MIT" repository = "https://github.com/nph278/luacells" [profile.release] strip = true [dependencies.crossterm] version = "0.25.0" [dependencies.ctrlc] version = "3.2.3" [dependencies.grid-area] version = "1.0.1" [dependencies.mlua] version = "0.8.3" features = [ "luajit", "vendored", ] [dependencies.rand] version = "0.8.5"