Constant MACROS_MANIFEST
Source const MACROS_MANIFEST: &'static str = "[package]\nname = \"tuwunel_macros\"\ncategories.workspace = true\ndescription.workspace = true\nedition.workspace = true\nkeywords.workspace = true\nlicense.workspace = true\nreadme.workspace = true\nrepository.workspace = true\nversion.workspace = true\n\n[lib]\nname = \"tuwunel_macros\"\npath = \"mod.rs\"\nproc-macro = true\nbench = false\n\n[dependencies]\nsyn.workspace = true\nquote.workspace = true\nproc-macro2.workspace = true\nitertools.workspace = true\n\n[lints]\nworkspace = true\n";