[package]
edition = "2024"
name = "squarepeg"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for partitioning the Earth's geography"
documentation = "https://docs.rs/squarepeg"
readme = "README.md"
keywords = [
"cartography",
"gis",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DougLau/squarepeg"
[lib]
name = "squarepeg"
path = "src/lib.rs"
[dependencies.pointy]
version = "0.8"