# 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 = "tokio-command-fds" version = "0.2.1" authors = ["Andrew Walbran "] 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" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1" features = ["process"] [dev-dependencies.lazy_static] version = "^1" [dev-dependencies.tokio] version = "^1" features = [ "process", "rt", "macros", ]