kindergarten 0.2.1

Async child process manager
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 = "kindergarten"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async child process manager"
readme = false
license = "MIT"
repository = "https://github.com/Ichmed/kindergarten.git"

[features]
actix = ["dep:actix"]
actix-web = ["dep:actix-web"]

[lib]
name = "kindergarten"
path = "src/lib.rs"

[dependencies.actix]
version = "0.13.5"
optional = true

[dependencies.actix-web]
version = "4.10.2"
optional = true

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.serde]
version = "1.0.219"

[dependencies.tokio]
version = "1.44.2"
features = [
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt",
    "sync",
    "test-util",
]

[dependencies.tokio-util]
version = "0.7.14"
features = ["io"]

[dependencies.uuid]
version = "1.16.0"
features = [
    "serde",
    "v4",
]

[target."cfg(unix)".dependencies.nix]
version = "0.30.1"
features = ["signal"]