command-fds 0.3.2

A library for passing arbitrary file descriptors when spawning child processes.
Documentation
[dependencies.nix]
features = ["fs"]
version = "0.30.1"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
default-features = false
features = ["process"]
optional = true
version = "1.45.1"

[[example]]
name = "spawn"
path = "examples/spawn.rs"

[features]
default = []
tokio = ["dep:tokio"]

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

[package]
authors = ["Andrew Walbran <qwandor@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::unix-apis"]
description = "A library for passing arbitrary file descriptors when spawning child processes."
edition = "2024"
keywords = ["command", "process", "child", "subprocess", "fd"]
license = "Apache-2.0"
name = "command-fds"
readme = "README.md"
repository = "https://github.com/google/command-fds/"
version = "0.3.2"