starry-process 0.4.5

Process management for Starry OS
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 = "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"