uselesskey-cli
Export and materialization helpers for handing off generated uselesskey fixtures to local files and common secret-management interchange formats.
This crate is intentionally focused on one-shot export: generate once, write artifacts or manifests, verify them later, stop.
Materialize
Use the manifest workflow when a repo wants static-like fixtures under
target/ or OUT_DIR without checking secret-shaped blobs into git.
Shape-only common lane:
build.rs consumers can keep this path slim with:
[]
= { = "0.6.0", = false }
Specialized RSA PKCS#8 build-time lane:
[]
= { = "0.6.0", = false, = ["rsa-materialize"] }
The workspace ships both compiled build-time examples:
crates/materialize-shape-buildrs-example/for the common shape-only patterncrates/materialize-buildrs-example/for the specialized RSA pattern