[package] name = "grid_2d" description = "A general purpose 2d grid" version = "0.15.3" authors = ["Stephen Sherratt "] license = "MIT" readme = "README.md" homepage = "https://github.com/gridbugs/grid-2d.git" repository = "https://github.com/gridbugs/grid-2d.git" documentation = "https://docs.rs/grid_2d" edition = "2021" [features] serialize = ["serde", "coord_2d/serialize"] [dependencies] serde = { version = "1.0", features = ["serde_derive"], optional = true } coord_2d = "0.3"