# 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 = "2018" name = "drop_guard" version = "0.3.0" authors = ["Stefan Schindler "] include = ["**/*.rs", "README.md", "CHANGELOG.md", "Cargo.toml"] description = "The drop_guard crate enables you to implement the Drop trait on any type.\nSo you can run a closure on any value running out of scope.\n" documentation = "https://docs.rs/drop_guard" readme = "README.md" keywords = ["type-system", "container", "callback", "lambda", "closure"] categories = ["rust-patterns", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/dns2utf8/drop_guard" [dependencies] [dev-dependencies.threadpool] version = "1.8" [badges.appveyor] branch = "master" repository = "dns2utf8/drop-guard" service = "github" [badges.travis-ci] branch = "master" repository = "dns2utf8/drop_guard"