starry-process 0.4.2

Process management for Starry OS
Documentation
[package]
name = "starry-process"
version = "0.4.2"
edition = "2024"
authors = ["朝倉水希 <asakuramizu111@gmail.com>"]
description = "Process management for Starry OS"
keywords = ["starry-os"]
repository = "https://github.com/Starry-OS/starry-process"
license = "Apache-2.0"

[dependencies]
ax-kspin = "0.3.2"
ax-lazyinit = "0.4.3"
weak-map = "0.1"

[dev-dependencies]
ctor = "0.4.1"

[dev-dependencies.ax-kspin]
version = "0.3.2"
features = ["smp"]