Skip to main contentModule manifest
Source - ArtifactSection
- ConfiumSection
- Manifest
- Top-level manifest model. Field order follows the example manifest so
toml::to_string_pretty emits sections in the conventional order. - ManifestInput
- Inputs gathered from FFI + CLI before serialization. Building this
explicitly keeps
build a pure function of its arguments. - PluginSection
- build
- Build a
Manifest from resolved inputs. FFI metadata supplies
defaults; CLI flags override name/version when present. - to_toml
- Serialize a
Manifest to the pretty TOML string written to disk.