golback 0.2.0

A high-performance quadtree-based backend for Conway's Game of Life
Documentation
# 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 = "2024"
name = "golback"
version = "0.2.0"
authors = ["Fernando Avalos"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance quadtree-based backend for Conway's Game of Life"
homepage = "https://github.com/favalosdev/golback"
documentation = "https://docs.rs/golback"
readme = "README.md"
license = "MIT"
repository = "https://github.com/favalosdev/golback"

[lib]
name = "golback"
path = "src/lib.rs"

[dependencies.ca-formats]
version = "0.3.5"

[dependencies.literal]
version = "0.2.0"

[dependencies.rustc-hash]
version = "2.1.1"