[package]
name = "fig-schema"
version = "0.1.1"
edition = "2024"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
description = "A generic, prov-agnostic schema layer over fig's value tree: field types, controlled vocabularies, and a reusable rule-matching engine."
repository = "https://github.com/diaryx-org/fig-schema"
readme = "README.md"
keywords = ["fig", "schema", "frontmatter", "validation", "vocabulary"]
categories = ["config", "data-structures", "parser-implementations"]
publish = true
[dependencies]
fig = "3.0"