[package]
edition = "2024"
name = "pending_unwind"
version = "0.1.0"
authors = ["Ddystopia <alexanderbabak@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for converting unwindings into `pending`."
readme = "README.md"
keywords = [
"unwind",
"panic",
"async",
"linear",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ddystopia/pending_unwind"
[lib]
name = "pending_unwind"
path = "src/lib.rs"
[dependencies.pin-project-lite]
version = "0.2.16"