[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"