pgstac 0.4.4

Rust interface for pgstac
Documentation
[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.stac]
version = "0.16.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt"]
version = "1.44"

[dependencies.tokio-postgres]
features = ["with-serde_json-1"]
version = "0.7.12"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.geojson]
version = "0.24.1"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.44"

[dev-dependencies.tokio-test]
version = "0.4.4"

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

[package]
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "science"]
description = "Rust interface for pgstac"
edition = "2024"
homepage = "https://stac-utils.github.io/rustac"
keywords = ["geospatial", "stac", "metadata", "raster", "database"]
license = "MIT OR Apache-2.0"
name = "pgstac"
readme = "README.md"
repository = "https://github.com/stac-utils/rustac"
resolver = "2"
rust-version = "1.85"
version = "0.4.4"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]