[package] name = "temporaries" version = "0.10.0" edition = "2021" rust-version = "1.65" # labeled blocks became stable description = "Make temporary values useable in a fairly normal style through macros. This nicely wraps the hacks that work around temporaries’ limitations." license = "MIT OR Apache-2.0" authors = ["Daniel Pfeiffer "] repository = "http://sourceforge.net/p/temporaries" categories = ["compilers", "development-tools", "memory-management", "no-std", "rust-patterns"] keywords = ["reference", "lifetime", "temporary", "temporaries", "value"] [lib]