# 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 = "pausable_future" version = "0.2.0" authors = ["xuxiaocheng <2762267080@qq.com>"] include = [ "Cargo.toml", "src", "README.md", "LICENSE", ] description = "Pausable and resumable future, useful in background tasks." documentation = "https://docs.rs/pausable_future/" readme = "README.md" keywords = [ "future", "async", "pause", "pausable", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/xuxiaocheng0201/pausable_future/" [dependencies.futures] version = "~0.3" optional = true default-features = false [dependencies.pin-project-lite] version = "~0.2" [dev-dependencies.tokio] version = "^1" features = [ "macros", "rt-multi-thread", "time", ] [features] stream = ["dep:futures"] [badges.maintenance] status = "passively-maintained"