stt-core 0.3.0

Core library for spatiotemporal tile 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"
rust-version = "1.88"
name = "stt-core"
version = "0.3.0"
authors = ["Robert Christie"]
build = false
exclude = [
    "/examples",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for spatiotemporal tile format"
homepage = "https://github.com/BertCh/spatiotemporal-tiles"
readme = "README.md"
keywords = [
    "tiles",
    "spatiotemporal",
    "geospatial",
    "arrow",
    "gis",
]
categories = [
    "science::geo",
    "encoding",
]
license = "MIT"
repository = "https://github.com/BertCh/spatiotemporal-tiles"

[features]
projection = ["proj"]

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

[[bench]]
name = "encoding"
path = "benches/encoding.rs"
harness = false

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

[dependencies.blake3]
version = "1.5"

[dependencies.byteorder]
version = "1.5"

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

[dependencies.crc32c]
version = "0.6"

[dependencies.earcutr]
version = "0.5"

[dependencies.geo]
version = "0.28"

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

[dependencies.hilbert_2d]
version = "1.0"

[dependencies.memmap2]
version = "0.9"

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

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zstd]
version = "0.13"

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

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