[package]
edition = "2024"
name = "cuckoo-runtime"
version = "0.0.4"
authors = ["Adam Gutglick <adamgsal@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An async runtime that mostly runs inside other multi-threaded applications"
readme = "README.md"
license = "MIT"
repository = "https://github.com/adamgs/cuckoo"
[lib]
name = "cuckoo_runtime"
path = "src/lib.rs"
[dependencies.async-task]
version = "4.7.1"
[dependencies.crossbeam]
version = "0.8.4"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.pin-project-lite]
version = "0.2.16"
[dev-dependencies.rstest]
version = "0.25.0"