metadata-gen 0.0.5

A powerful Rust library for extracting, validating, and processing metadata in YAML, TOML, and JSON formats from any content or data file.
Documentation
1
2
3
4
5
6
7
8
[advisories]
# Mirrors deny.toml. The previously-silenced RUSTSEC-2025-0057 (fxhash),
# RUSTSEC-2026-0097 (rand 0.8 via phf_generator), and RUSTSEC-2024-0436
# (paste) advisories are all no longer reachable from the dependency
# graph as of v0.0.5: `scraper` was replaced with `quick-xml` (#22) and
# `dtt 0.0.10` migrated from `paste` to `pastey`. CI will fail if any
# of those crates re-enter the tree.
ignore = []