# 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 = "mossfets-game-of-life" version = "0.8.0" authors = ["Mossfet"] description = "A small, optionally zero-dependency Conway's Game of Life library" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.solarpunk.moe/game-of-life" [profile.test] debug = 2 [dependencies.rayon] version = "1.6.0" optional = true [dependencies.rustc-hash] version = "1.1.0" optional = true [features] advanced_hashing = ["dep:rustc-hash"] advanced_threading = ["dep:rayon"] default = [ "advanced_threading", "advanced_hashing", ]