stac-hash 0.0.2

Sortable spatio-temporal hashes for STAC items
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 = "2024"
rust-version = "1.85"
name = "stac-hash"
version = "0.0.2"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/.gitignore",
    "/.python-version",
    "/docs",
    "/mkdocs.yml",
    "/pyproject.toml",
    "/python",
    "/release-plz.toml",
    "/tests",
    "/uv.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sortable spatio-temporal hashes for STAC items"
documentation = "https://docs.rs/stac-hash"
readme = "README.md"
keywords = [
    "stac",
    "geospatial",
    "spatiotemporal",
    "hash",
    "morton",
]
categories = [
    "science::geo",
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gadomski/stac-hash"

[lib]
name = "stac_hash"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.45"

[dependencies.log]
version = "0.4.33"

[dependencies.thiserror]
version = "2.0.19"

[dev-dependencies.rstest]
version = "0.26.1"