continue 0.1.3

Swift-style continuation API
Documentation
# 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 = "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"