pub static ATOM_MANIFEST_NAME: LazyLock<String>
The conventional filename for an Atom manifest (e.g., atom.toml).
atom.toml
This static variable is lazily initialized to ensure it is constructed only when needed.