stac-validate 0.6.4

json-schema validation for the Rust implementation of the STAC specification
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-validate"
version = "0.6.4"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "json-schema validation for the Rust implementation of the STAC specification"
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"

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

[[test]]
name = "examples"
path = "tests/examples.rs"

[[test]]
name = "migrate"
path = "tests/migrate.rs"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.jsonschema]
version = "0.40.0"
features = ["resolve-async"]
default-features = false

[dependencies.referencing]
version = "0.40.0"
features = ["retrieve-async"]

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.stac]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0"

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

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