superstac-core 0.1.0

Domain models, storage trait, and shared utilities for superstac federated STAC search.
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-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"]