[package] name = "drop-tracker" version = "0.1.3" edition = "2021" authors = ["Andrea Corbellini "] license = "BSD-3-Clause" description = "Crate to check when a variable gets dropped. Useful for testing wrappers and containers that use unsafe memory management." repository = "https://github.com/andreacorbellini/rust-drop-tracker" keywords = ["testing", "drop"] categories = ["development-tools::testing", "rust-patterns"] [dependencies]