nitrite_spatial 0.4.0

Spatial indexing support for Nitrite database using R-Tree
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 = "2021"
name = "nitrite_spatial"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spatial indexing support for Nitrite database using R-Tree"
readme = "README.md"
keywords = [
    "database",
    "spatial",
    "rtree",
    "geospatial",
]
categories = [
    "database",
    "science::geo",
]
license = "Apache-2.0"
repository = "https://github.com/nitrite/nitrite-rust"

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

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

[dependencies.bincode]
version = "2.0"
features = ["serde"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.nitrite]
version = "0.4.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rstar]
version = "0.12"
features = ["serde"]

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

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.env_logger]
version = "0.11"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.15"

[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]