stt-optimize 0.3.0

Spatiotemporal dataset analyzer and optimizer for STT file generation
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-optimize"
version = "0.3.0"
authors = ["Robert Christie"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spatiotemporal dataset analyzer and optimizer for STT file generation"
homepage = "https://github.com/BertCh/spatiotemporal-tiles"
readme = "README.md"
keywords = [
    "tiles",
    "spatiotemporal",
    "geospatial",
    "optimization",
    "cli",
]
categories = [
    "science::geo",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/BertCh/spatiotemporal-tiles"

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.geo]
version = "0.28"

[dependencies.geo-types]
version = "0.7"

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

[dependencies.indicatif]
version = "0.17"

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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