[package]
edition = "2021"
rust-version = "1.70"
name = "ndslive-math"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coordinate math, packed tile IDs, and Morton (Z-order) codes for NDS.Live geographic tiling."
homepage = "https://github.com/ndsev/ndslive-math"
documentation = "https://docs.rs/ndslive-math"
readme = "README.md"
keywords = [
"nds",
"geospatial",
"morton",
"tiling",
"wgs84",
]
categories = [
"science::geo",
"mathematics",
"encoding",
]
license = "BSD-3-Clause"
repository = "https://github.com/ndsev/ndslive-math"
[lib]
name = "ndslive_math"
path = "src/lib.rs"
[[test]]
name = "coverage"
path = "tests/coverage.rs"
[[test]]
name = "parity"
path = "tests/parity.rs"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"