blob: bb015ea12c20404d541082de2893e2c18ee24408 [file] [log] [blame]
# 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 = "2018"
name = "command-fds"
version = "0.2.2"
authors = ["Andrew Walbran <qwandor@google.com>"]
description = "A library for passing arbitrary file descriptors when spawning child processes."
keywords = ["command", "process", "child", "subprocess", "fd"]
categories = ["os::unix-apis"]
license = "Apache-2.0"
repository = "https://github.com/google/command-fds/"
[dependencies.nix]
version = "0.22.0"
[dependencies.thiserror]
version = "1.0.24"
[dependencies.tokio-crate]
version = "^1.0"
features = ["process"]
optional = true
default-features = false
package = "tokio"
[features]
default = []
tokio = ["tokio-crate"]