# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "drop-bin" version = "0.2.2" description = "Defer running expensive destructors until later" keywords = [ "drop", "destructor", ] categories = [ "data-structures", "memory-management", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SabrinaJewson/drop-bin.rs" resolver = "2" [[bench]] name = "drop_expensive" harness = false [dependencies.try-mutex] version = "0.3.0" [dependencies.try-rwlock] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.defer-drop] version = "1.0.1"