cuckoo-runtime 0.0.2

An async runtime that mostly runs inside other multi-threaded applications
Documentation
[package]
name = "cuckoo-runtime"
description = "An async runtime that mostly runs inside other multi-threaded applications"
authors = ["Adam Gutglick <adamgsal@gmail.com>"]
version = "0.0.2"
edition = "2024"
repository = "https://github.com/adamgs/cuckoo"
license = "MIT"

[dependencies]
async-task = "4.7.1"
crossbeam = "0.8.4"
dashmap = "6.1.0"
futures = "0.3.31"
parking_lot = "0.12.3"
pin-project-lite = "0.2.16"

[dev-dependencies]
rstest = "0.25.0"