[package] name = "smeagol" version = "0.1.2" authors = ["Billy Rieger "] description = "Conway's Game of Life using HashLife and SIMD." repository = "https://github.com/billyrieger/smeagol" readme = "README.md" keywords = ["life", "conway", "cellular", "automaton", "hashlife"] categories = ["algorithms", "science", "simulation"] license = "MPL-2.0" edition = "2018" [dependencies] btoi = "0.4" failure = "0.1" hashbrown = "0.1" nom = "4.2" packed_simd = "0.3" png = "0.14" [dev-dependencies] criterion = "0.2" version-sync = "0.7" [[bench]] name = "bench" harness = false