stt-build 0.4.0

CLI tool for building spatiotemporal tile archives
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"
rust-version = "1.88"
name = "stt-build"
version = "0.4.0"
authors = ["Robert Christie"]
build = false
exclude = [
    "/examples",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for building spatiotemporal tile archives"
homepage = "https://github.com/BertCh/spatiotemporal-tiles"
readme = "README.md"
keywords = [
    "tiles",
    "spatiotemporal",
    "geospatial",
    "cli",
    "gis",
]
categories = [
    "science::geo",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/BertCh/spatiotemporal-tiles"

[features]
default = ["geoparquet"]
duckdb = ["dep:duckdb"]
geoparquet = []
postgres = [
    "dep:postgres",
    "dep:rust_decimal",
]
projection = [
    "stt-core/projection",
    "proj",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "59"
features = [
    "chrono-tz",
    "ipc",
]
default-features = false

[dependencies.arrow-array]
version = "59"

[dependencies.arrow-schema]
version = "59"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.duckdb]
version = "1"
features = [
    "bundled",
    "chrono",
]
optional = true

[dependencies.geo]
version = "0.28"

[dependencies.geojson]
version = "0.24"
features = ["geo-types"]

[dependencies.geozero]
version = "0.14"
features = [
    "with-wkb",
    "with-geo",
]
default-features = false

[dependencies.h3o]
version = "0.7"

[dependencies.parquet]
version = "59"
features = [
    "arrow",
    "flate2",
    "flate2-rust_backened",
    "snap",
    "zstd",
]
default-features = false

[dependencies.postgres]
version = "0.19"
features = [
    "with-chrono-0_4",
    "with-serde_json-1",
]
optional = true

[dependencies.proj]
version = "0.27"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.rust_decimal]
version = "1"
features = ["db-postgres"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.stt-core]
version = "0.4.0"

[dependencies.stt-optimize]
version = "0.4.0"

[dependencies.tempfile]
version = "3.10"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.libc]
version = "0.2"

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