[package] name = "consume_on_drop" version = "0.1.1" edition = "2021" authors = ["Mark Saving"] license = "MIT" categories = ["no-std::no-alloc", "rust-patterns"] keywords = ["consume", "drop"] description = "A zero-cost abstraction that allows Drop::drop to consume self by value" readme = "./README.md" repository = "https://github.com/markcsaving/consume_on_drop" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]