ndslive-math 1.1.0

Coordinate math, packed tile IDs, and Morton (Z-order) codes for NDS.Live geographic tiling.
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 = "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"