[package]
edition = "2024"
name = "starry-process"
version = "0.4.5"
authors = ["朝倉水希 <asakuramizu111@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process management for Starry OS"
readme = "README.md"
keywords = ["starry-os"]
license = "Apache-2.0"
repository = "https://github.com/Starry-OS/starry-process"
[lib]
name = "starry_process"
path = "src/lib.rs"
[[test]]
name = "group"
path = "tests/group.rs"
[[test]]
name = "process"
path = "tests/process.rs"
[[test]]
name = "session"
path = "tests/session.rs"
[dependencies.ax-kspin]
version = "0.3"
[dependencies.ax-lazyinit]
version = "0.4"
[dependencies.weak-map]
version = "0.1"
[dev-dependencies.ax-kspin]
version = "0.3"
features = ["smp"]
[dev-dependencies.ctor]
version = "0.4.1"