[dependencies.geo]
version = "0.31.0"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[lib]
name = "spatialbench"
path = "src/lib.rs"
[package]
authors = ["Apache Sedona <dev@sedona.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::geo", "database", "data-structures", "development-tools"]
description = "Blazing fast pure Rust Spatial Bench data generation library."
edition = "2021"
homepage = "https://github.com/apache/sedona-spatialbench/"
keywords = ["spatial", "geospatial", "benchmark", "data-generation", "sql"]
license = "Apache-2.0"
name = "spatialbench"
readme = "README.md"
repository = "https://github.com/apache/sedona-spatialbench"
version = "0.1.0"
[[test]]
name = "geometry_tests"
path = "tests/geometry_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"