[dependencies.bincode]
features = ["derive", "serde"]
version = "2.0.1"
[dependencies.nalgebra]
version = "0.34.0"
[dependencies.petgraph]
version = "0.8.2"
[dependencies.redb]
version = "2.6.2"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.tempfile]
version = "3.20.0"
[dev-dependencies.tinydraw]
version = "0.1.1"
[lib]
name = "quadb"
path = "src/lib.rs"
[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database-implementations", "game-development", "simulation"]
description = "An asynchronous octree manager implemented over redb, designed for efficient storage and retrieval of spatial data from disk"
edition = "2024"
keywords = ["database", "key-value", "octree", "async", "data-structure"]
license = "MIT"
name = "quadb"
readme = "README.md"
repository = "https://github.com/Stack-Syndicate/quadb"
version = "0.1.1"