# 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 = "tokio-notify-drop" version = "2.0.0" authors = ["Victor Porton"] description = "Call Notify::notify_waiters() when object is dropped. It's useful to use together with https://crates.io/crates/tokio-interruptible-future" license = "Apache-2.0" resolver = "2" [dependencies.futures] version = "0.3.19" [dependencies.tokio] version = "1.17.0" features = ["sync"] [dependencies.tokio-interruptible-future] version = "5.0.0" [dev-dependencies]