endgame_grid 0.3.0

A library for representing regular grids.
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 = "endgame_grid"
version = "0.3.0"
authors = ["Geoffrey Washburn <geoff@washburght.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for representing regular grids."
readme = "README.md"
license = "MIT"
repository = "https://github.com/gawashburn/endgame"
resolver = "2"

[features]
default = ["serde"]
serde = [
    "dep:serde",
    "glam/serde",
]

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

[[test]]
name = "grid_tests"
path = "tests/grid_tests.rs"

[dependencies.endgame_direction]
version = "0.4"

[dependencies.glam]
version = "0.30"
features = ["mint"]

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.ordered-float]
version = "5.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1.0.0"