File: Cargo.toml.orig

package info (click to toggle)
rust-drop-tracker 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "drop-tracker"
version = "0.1.3"
edition = "2021"
authors = ["Andrea Corbellini <corbellini.andrea@gmail.com>"]
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]