[package]
edition = "2024"
rust-version = "1.85.1"
name = "continue"
version = "0.1.3"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Swift-style continuation API"
homepage = "https://sealedabstract.com/code/continue"
readme = "README.md"
keywords = [
"continuation",
"async",
"await",
"futures",
"task",
]
categories = [
"asynchronous",
"concurrency",
"rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/continue"
[lib]
name = "continue"
path = "src/lib.rs"
[[test]]
name = "hung_sender"
path = "tests/hung_sender.rs"
[[test]]
name = "regressions"
path = "tests/regressions.rs"
[dependencies.atomic-waker]
version = "1.1.2"
[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm_lite]
version = "0.1.0"
[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm_lite_std]
version = "0.1.0"