bffh/runtime/lightproc/Cargo.toml

25 lines
558 B
TOML

[package]
name = "lightproc"
version = "0.3.0"
publish = false
description = "Lightweight process abstraction for Rust"
authors = []
keywords = ["fault-tolerant", "runtime", "actor", "system", "lightweight-process"]
categories = ["concurrency", "asynchronous"]
readme = "README.md"
license = "Apache-2.0/MIT"
edition = "2021"
[dependencies]
crossbeam-utils = "0.8.21"
pin-utils = "0.1.0"
bitfield = "0.18.1"
bitflags = "1.3.2"
tracing = "0.1.41"
[dev-dependencies]
crossbeam = "0.8.4"
futures-executor = "0.3.31"
lazy_static = "1.5.0"
async-std = "1.13.0"