sphereql-index 0.3.0

Spatial indexing and queries for sphereQL
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"
name = "sphereql-index"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spatial indexing and queries for sphereQL"
readme = "README.md"
keywords = [
    "spherical",
    "spatial-index",
    "knn",
    "geometry",
    "query",
]
categories = [
    "data-structures",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/bkahan/sphereQL"
resolver = "2"

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

[[bench]]
name = "index_benchmarks"
path = "benches/index_benchmarks.rs"
harness = false

[dependencies.indexmap]
version = "2"

[dependencies.sphereql-core]
version = "0.3.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

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