[package]
edition = "2021"
rust-version = "1.75"
name = "superstac-core"
version = "0.1.0"
authors = ["Emmanuel Jolaiya <emmanuel@spatialnode.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain models, storage trait, and shared utilities for superstac federated STAC search."
homepage = "https://github.com/spatialnode/superstac"
readme = "README.md"
keywords = [
"stac",
"geospatial",
"satellite",
"remote-sensing",
]
categories = ["science::geo"]
license = "MIT"
repository = "https://github.com/spatialnode/superstac"
resolver = "3"
[lib]
name = "superstac_core"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[dependencies.chrono]
version = "0.4.42"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2"
features = ["serde"]