geometry-rtree 0.0.1

R-tree spatial index over the geometry kernel — insert, spatial query, and nearest-neighbour search.
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.85"
name = "geometry-rtree"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "R-tree spatial index over the geometry kernel — insert, spatial query, and nearest-neighbour search."
readme = "README.md"
license = "BSL-1.0"
repository = "https://github.com/pentatonick/boost_geometry"

[features]
default = ["std"]
std = []

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

[[test]]
name = "insert_query_parity"
path = "tests/insert_query_parity.rs"

[dependencies.geometry-algorithm]
version = "0.0.1"

[dependencies.geometry-coords]
version = "0.0.1"

[dependencies.geometry-cs]
version = "0.0.1"

[dependencies.geometry-model]
version = "0.0.1"

[dependencies.geometry-tag]
version = "0.0.1"

[dependencies.geometry-trait]
version = "0.0.1"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"