superstac-engine 0.1.0

Runtime for superstac: orchestrates federated STAC search, health monitoring, and capability introspection.
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.75"
name = "superstac-engine"
version = "0.1.0"
authors = ["Emmanuel Jolaiya <emmanuel@spatialnode.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for superstac: orchestrates federated STAC search, health monitoring, and capability introspection."
homepage = "https://github.com/spatialnode/superstac"
readme = "README.md"
keywords = [
    "stac",
    "geospatial",
    "federated",
    "satellite",
]
categories = ["science::geo"]
license = "MIT"
repository = "https://github.com/spatialnode/superstac"
resolver = "3"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

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

[dependencies.stac]
version = "0.16"

[dependencies.stac-io]
version = "0.2"

[dependencies.superstac-core]
version = "0.1.0"

[dependencies.superstac-search]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "macros",
]

[dependencies.tracing]
version = "0.1"