[package] name = "minutae" version = "0.2.2" authors = ["Casey Primozic "] description = "Cellular Automata-esque simulation engine involving a 2D universe populated by cells and entities" repository = "https://github.com/Ameobea/minutae" homepage = "https://github.com/Ameobea/minutae" keywords = ["simulation", "automata", "engine", "entity"] license = "MIT" [dependencies] num_cpus = "1.4.0" uuid = { version = "0.5.0", features = ["v4"] } [profile.release] debug = true lto = true