pgstac 0.4.5

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

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

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.stac]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tracing]
version = "0.1.40"

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

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

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

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