• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "command-fds"
15version = "0.2.2"
16authors = ["Andrew Walbran <qwandor@google.com>"]
17description = "A library for passing arbitrary file descriptors when spawning child processes."
18keywords = ["command", "process", "child", "subprocess", "fd"]
19categories = ["os::unix-apis"]
20license = "Apache-2.0"
21repository = "https://github.com/google/command-fds/"
22[dependencies.nix]
23version = "0.22.0"
24
25[dependencies.thiserror]
26version = "1.0.24"
27
28[dependencies.tokio-crate]
29version = "^1.0"
30features = ["process"]
31optional = true
32default-features = false
33package = "tokio"
34
35[features]
36default = []
37tokio = ["tokio-crate"]
38