spatio 0.3.5

A high-performance, embedded spatio-temporal database for modern applications
Documentation
[dependencies.bytes]
features = ["serde"]
version = "1.5"

[dependencies.dashmap]
version = "5.5"

[dependencies.geo]
version = "0.31.0"

[dependencies.geojson]
version = "0.24.1"

[dependencies.geozero]
features = ["with-geojson", "with-geo"]
optional = true
version = "0.14.0"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rstar]
version = "0.12.2"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.s2]
version = "0.0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.11"

[dependencies.spatio-types]
features = ["geojson"]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
optional = true
version = "0.9.8"

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

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

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

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

[[example]]
name = "3d_spatial_tracking"
path = "examples/3d_spatial_tracking.rs"

[[example]]
doc-scrape-examples = true
name = "getting_started"
path = "examples/getting_started.rs"

[[example]]
name = "spatial_queries"
path = "examples/spatial_queries.rs"

[[example]]
name = "trajectory_tracking"
path = "examples/trajectory_tracking.rs"

[features]
bench-prof = []
default = ["geojson", "time-index"]
full = ["geojson", "toml", "time-index", "sync"]
geojson = ["dep:geozero"]
sync = []
time-index = []
toml = ["dep:toml"]

[lib]
name = "spatio"
path = "lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "science::geo"]
description = "A high-performance, embedded spatio-temporal database for modern applications"
documentation = "https://docs.rs/spatio"
edition = "2024"
homepage = "https://github.com/pkvartsianyi/spatio"
keywords = ["spatial", "database", "geospatial", "embedded", "temporal"]
license = "MIT"
name = "spatio"
readme = "README.md"
repository = "https://github.com/pkvartsianyi/spatio"
resolver = "2"
rust-version = "1.90.0"
version = "0.3.5"

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

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