cuckoo-runtime 0.0.4

An async runtime that mostly runs inside other multi-threaded applications
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"
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"