[dependencies.async-recursion]
version = "1.1.1"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.fluent-uri]
version = "0.4.1"
[dependencies.jsonschema]
default-features = false
features = ["resolve-async"]
version = "0.40.0"
[dependencies.referencing]
features = ["retrieve-async"]
version = "0.40.0"
[dependencies.reqwest]
features = ["query", "blocking", "json"]
version = "0.13.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.stac]
version = "0.16.1"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.rstest]
version = "0.26.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.44"
[lib]
name = "stac_validate"
path = "src/lib.rs"
[package]
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "data-structures"]
description = "json-schema validation for the Rust implementation of the STAC specification"
edition = "2024"
homepage = "https://stac-utils.github.io/rustac"
license = "MIT OR Apache-2.0"
name = "stac-validate"
readme = "README.md"
repository = "https://github.com/stac-utils/rustac"
resolver = "2"
rust-version = "1.85"
version = "0.6.3"
[[test]]
name = "examples"
path = "tests/examples.rs"
[[test]]
name = "migrate"
path = "tests/migrate.rs"