stac-io 0.3.2

Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)
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 = "stac-io"
version = "0.3.2"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)"
homepage = "https://stac-utils.github.io/rustac"
readme = "README.md"
categories = [
    "science",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stac-utils/rustac"
resolver = "2"

[features]
geoparquet = [
    "stac/geoparquet",
    "dep:parquet",
]
store = ["dep:object_store"]
store-all = [
    "store-aws",
    "store-azure",
    "store-gcp",
    "store-http",
]
store-aws = [
    "store",
    "object_store/aws",
]
store-azure = [
    "store",
    "object_store/azure",
]
store-gcp = [
    "store",
    "object_store/gcp",
]
store-http = [
    "store",
    "object_store/http",
]

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

[[test]]
name = "aws"
path = "tests/aws.rs"
required-features = ["store-aws"]

[dependencies.async-stream]
version = "0.3.6"

[dependencies.bytes]
version = "1.7"

[dependencies.fluent-uri]
version = "0.4.1"
optional = true

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.1"

[dependencies.jsonschema]
version = "0.49.2"
features = ["resolve-async"]
optional = true
default-features = false

[dependencies.object_store]
version = "0.13.0"
optional = true

[dependencies.parquet]
version = "58.0.0"
features = [
    "arrow",
    "async",
    "object_store",
]
optional = true

[dependencies.reqwest]
version = "0.13.1"
features = [
    "query",
    "json",
    "blocking",
]

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.stac]
version = "0.17.4"
features = [
    "std",
    "async",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44"

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.3"

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

[dev-dependencies.mockito]
version = "1.5"

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

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

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

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