Skip to content

Commit f6351a1

Browse files
committed
release: stac-validate v0.4.0
1 parent 15b8ec3 commit f6351a1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

crates/validate/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "stac-validate"
33
version = "0.4.0"
4+
readme = "README.md"
5+
description = "json-schema validation for the Rust implementation of the STAC specification"
46
authors.workspace = true
57
edition.workspace = true
68
homepage.workspace = true

crates/validate/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# stac-validate
2+
3+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/rustac/ci.yml?branch=main&style=for-the-badge)](https://github.com/stac-utils/rustac/actions/workflows/ci.yml)
4+
[![docs.rs](https://img.shields.io/docsrs/stac-validate?style=for-the-badge)](https://docs.rs/stac-validate/latest/stac_validate/)
5+
[![Crates.io](https://img.shields.io/crates/v/stac-validate?style=for-the-badge)](https://crates.io/crates/stac-validate)
6+
![Crates.io](https://img.shields.io/crates/l/stac-validate?style=for-the-badge)
7+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](./CODE_OF_CONDUCT)
8+
9+
[json-schema](https://json-schema.org/) validation for the Rust implementation of the [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) specification.
10+
11+
## Other info
12+
13+
This crate is part of the [rustac](https://github.com/stac-utils/rustac) monorepo, see its README for contributing and license information.

0 commit comments

Comments
 (0)