metadata-gen 0.0.3

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
[advisories]
ignore = [
    "RUSTSEC-2025-0057", # fxhash — unmaintained, transitive dep via scraper/selectors
    "RUSTSEC-2024-0436", # paste — unmaintained, transitive dep via dtt
    "RUSTSEC-2026-0097", # rand 0.8 — unsound with custom logger, transitive dep via phf_generator
    "RUSTSEC-2025-0068", # serde_yml — replaced with local safe implementation in crates/serde_yml
]