tensor_spatial 0.4.0

R-tree spatial index for region and nearest-neighbor queries
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"
rust-version = "1.75"
name = "tensor_spatial"
version = "0.4.0"
authors = ["Lukin Ackroyd <lukin@scrunchee.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "R-tree spatial index for region and nearest-neighbor queries"
homepage = "https://scrunchee.ai"
documentation = "https://github.com/Shadylukin/Neumann/tree/main/docs"
readme = "README.md"
keywords = [
    "database",
    "tensor",
    "graph",
    "vector",
    "unified",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shadylukin/Neumann"

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

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

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.bitcode]
version = "0.6"
features = ["serde"]

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

[dev-dependencies.parking_lot]
version = "0.12"

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

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"