# 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-interruptible-future" version = "8.2.0" authors = ["Victor Porton"] description = "Easily interrupt async code in given check points. It's useful to interrupt threads/fibers." license = "Apache-2.0" repository = "https://github.com/vporton/tokio-interruptible-future" resolver = "2" [dependencies.async-channel] version = "1.6.1" [dependencies.futures] version = "0.3.19" [dependencies.tokio] version = "1.20.0" features = [ "sync", "macros", ] [dev-dependencies]