{ "name": "@metabuilder/math_ceil", "version": "1.0.0", "description": "Ceil a number (round up)", "author": "MetaBuilder", "license": "MIT", "keywords": ["math", "workflow", "plugin"], "main": "src/lib.rs", "files": ["src/lib.rs", "src/factory.rs"], "metadata": { "plugin_type": "math.ceil", "category": "math", "struct": "MathCeil", "entrypoint": "execute" } }