nodedb-spatial 0.0.5

Spatial indexing and query operations shared between NodeDB Origin and NodeDB-Lite
Documentation
[package]
name = "nodedb-spatial"
description = "Spatial indexing and query operations shared between NodeDB Origin and NodeDB-Lite"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
nodedb-types = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sonic-rs = { workspace = true }
zerompk = { workspace = true }
rkyv = { workspace = true }
h3o = { workspace = true }

[dev-dependencies]
rand = { workspace = true }