spatialbench-arrow 0.2.0

SpatialBench data generator into Apache Arrow format
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-arrow"
version = "0.2.0"
authors = ["Apache Sedona <dev@sedona.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SpatialBench data generator into Apache Arrow format"
homepage = "https://github.com/apache/sedona-spatialbench"
readme = "README.md"
keywords = [
    "spatial",
    "geospatial",
    "data-generation",
    "apache-arrow",
]
categories = [
    "science::geo",
    "database",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/apache/sedona-spatialbench"

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

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

[dependencies.arrow]
version = "56"
features = ["prettyprint"]
default-features = false

[dependencies.geo]
version = "0.31.0"

[dependencies.geozero]
version = "0.14.0"
features = [
    "with-wkb",
    "with-geo",
]

[dependencies.spatialbench]
version = "0.2.0"

[dev-dependencies.arrow-csv]
version = "56"

[dev-dependencies.chrono]
version = "0.4.39"