vaster 0.1.0

Raster grid logic: geotransforms, cell indexing, extent-dimension arithmetic. No data, no dependencies.
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"
name = "vaster"
version = "0.1.0"
authors = ["Michael Sumner <mdsumner@gmail.com>"]
exclude = [
    "*.Rproj",
    ".Rproj.user",
]
description = "Raster grid logic: geotransforms, cell indexing, extent-dimension arithmetic. No data, no dependencies."
documentation = "https://docs.rs/vaster"
readme = "README.md"
keywords = [
    "raster",
    "geotransform",
    "gdal",
    "geospatial",
    "grid",
]
categories = [
    "science::geo",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hypertidy/vaster-rs"

[dependencies]