deno_process 0.45.0

Subprocess APIs for Deno
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 = "deno_process"
version = "0.45.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Subprocess APIs for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_process"
path = "lib.rs"

[dependencies.deno_core]
version = "0.383.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_fs]
version = "0.140.0"

[dependencies.deno_io]
version = "0.140.0"

[dependencies.deno_os]
version = "0.47.0"

[dependencies.deno_path_util]
version = "=0.6.4"

[dependencies.deno_permissions]
version = "0.89.0"

[dependencies.deno_signals]
version = "0.21.0"

[dependencies.deno_subprocess_windows]
version = "0.25.0"

[dependencies.libc]
version = "0.2.168"

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.memchr]
version = "2.7.4"

[dependencies.pin-project-lite]
version = "0.2.13"

[dependencies.rand]
version = "=0.8.5"

[dependencies.serde]
version = "1.0.149"
features = ["derive"]

[dependencies.simd-json]
version = "0.14.0"

[dependencies.sys_traits]
version = "=0.1.22"
features = [
    "real",
    "winapi",
    "libc",
]

[dependencies.tempfile]
version = "3.4.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[target."cfg(unix)".dependencies.nix]
version = "=0.27.1"
features = [
    "signal",
    "process",
]

[target."cfg(windows)".dependencies.winapi]
version = "=0.3.9"
features = []

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
features = [
    "Win32_Foundation",
    "Win32_Media",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
    "Win32_System_WindowsProgramming",
    "Wdk",
    "Wdk_System",
    "Wdk_System_SystemInformation",
    "Win32_Security",
    "Win32_System_Pipes",
    "Wdk_Storage_FileSystem",
    "Win32_System_Registry",
    "Win32_System_Kernel",
    "Win32_System_Threading",
    "Win32_UI",
    "Win32_UI_Shell",
]