# 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 = "conways_game_of_life_lib_rust" version = "0.2.2" authors = ["Simon"] description = "Core library functionality for Conway's Game of Life." readme = "README.md" keywords = [ "game_of_life", "game", "lib", "simulation", ] categories = [ "simulation", "games", "mathematics", ] license = "MIT" repository = "https://github.com/Shazuli/Conways-Game-of-Life/tree/Rust" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bench]] name = "benchmark_step" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.rand_pcg] version = "0.3.1"