[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"