deno_subprocess_windows 0.26.0

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

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

[dependencies.fastrand]
version = "2.3.0"

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.libc]
version = "0.2.172"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
features = [
    "Win32_Security",
    "Win32_System_JobObjects",
    "Win32_System_Diagnostics_Debug",
    "Win32_Globalization",
    "Win32_System_Threading",
    "Win32_Storage_FileSystem",
    "Win32_System_Environment",
    "Win32_Foundation",
    "Win32_System_Kernel",
    "Win32_System_Memory",
    "Win32_System_ProcessStatus",
    "Win32_System_Registry",
    "Win32_UI_Shell",
    "Win32_System_Com",
    "Win32_System_WindowsProgramming",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Pipes",
    "Win32_System_Console",
    "Win32_System_IO",
    "Win32_System_SystemInformation",
]