nodedb-spatial 0.2.1

Spatial indexing and query operations shared between NodeDB Origin and NodeDB-Lite
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.94"
name = "nodedb-spatial"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spatial indexing and query operations shared between NodeDB Origin and NodeDB-Lite"
homepage = "https://nodedb.dev"
documentation = "https://docs.rs/nodedb-spatial"
readme = "README.md"
keywords = [
    "spatial",
    "geospatial",
    "rtree",
    "geohash",
    "h3",
]
categories = [
    "science::geo",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/NodeDB-Lab/nodedb"
resolver = "2"

[features]
default = []

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

[dependencies.h3o]
version = "0.9"

[dependencies.nodedb-mem]
version = "0.2"

[dependencies.nodedb-types]
version = "0.2"

[dependencies.nodedb-wal]
version = "0.2"

[dependencies.rkyv]
version = "0.8"
features = ["alloc"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sonic-rs]
version = "0.5"

[dependencies.thiserror]
version = "2.0"

[dependencies.zerompk]
version = "0.5"
features = [
    "std",
    "derive",
]

[dev-dependencies.rand]
version = "0.9"