option('devel',type:'boolean',value:false,description:'Tell meson whether or not it is a development build. (default: false)')
option('build_lib',type:'boolean',value:false,description:'Compile the library, rather than consuming it in header-only mode. (default: false) (implied by devel)')
option('build_examples',type:'boolean',value:false,description:'Build the examples (default: false) (implied by devel)')
option('build_tests',type:'boolean',value:false,description:'Build tests (default: false) (implied by devel)')
option('build_tt',type:'boolean',value:false,description:'Enable to build the toml-test encoder and decoder. (default: false) (implied by devel) (disabled by unreleased_features)')
option('unreleased_features',type:'boolean',value:false,description:'Enable TOML_UNRELEASED_FEATURES=1 (default: false) (only relevant when compiling the library)')
option('generate_cmake_config',type:'boolean',value:true,description:'Generate a cmake package config file (default: true - no effect when included as a subproject)')