running-process-platform-internal 4.10.3

Blessed platform process operations for running-process (implementation detail)
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 = "2021"
rust-version = "1.95"
name = "running-process-platform-internal"
version = "4.10.3"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blessed platform process operations for running-process (implementation detail)"
homepage = "https://github.com/zackees/running-process"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/zackees/running-process"

[features]
default = []
session-relay = [
    "dep:interprocess",
    "tokio/net",
]

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

[[test]]
name = "shell_command"
path = "tests/shell_command.rs"

[dependencies.interprocess]
version = "2"
features = ["tokio"]
optional = true

[dependencies.sysinfo]
version = "0.30"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt",
    "rt-multi-thread",
    "time",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "fileapi",
    "handleapi",
    "ioapiset",
    "jobapi2",
    "minwindef",
    "namedpipeapi",
    "processenv",
    "processthreadsapi",
    "synchapi",
    "winbase",
    "windef",
    "winnt",
    "winuser",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Console",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]

[lints.clippy]
disallowed_methods = "deny"