spatialbench 0.2.0

Blazing fast pure Rust Spatial Bench data generation library.
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"
name = "spatialbench"
version = "0.2.0"
authors = ["Apache Sedona <dev@sedona.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing fast pure Rust Spatial Bench data generation library."
homepage = "https://github.com/apache/sedona-spatialbench/"
readme = "README.md"
keywords = [
    "spatial",
    "geospatial",
    "benchmark",
    "data-generation",
    "sql",
]
categories = [
    "science::geo",
    "database",
    "data-structures",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/apache/sedona-spatialbench"

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

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

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

[dependencies.geo]
version = "0.31.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rand]
version = "0.8"
features = ["small_rng"]

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