running-process-platform-internal 4.10.12

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.12"
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]
async-process = [
    "dep:tokio",
    "tokio/time",
    "process-inspection",
]
conpty-sidecar = [
    "pty",
    "dep:dirs",
    "dep:sha2",
    "dep:ureq",
    "dep:zstd",
    "dep:tar",
]
default = [
    "async-process",
    "window-icon",
]
fs = ["dep:dirs"]
independent-spawn = [
    "ipc",
    "dep:serde",
    "dep:serde_json",
    "dep:tempfile",
    "dep:getrandom",
    "dep:prost",
    "dep:running-process-protocol",
]
ipc = [
    "private-dir",
    "dep:interprocess",
    "dep:dirs",
    "dep:blake3",
]
ipc-async = [
    "ipc",
    "async-process",
    "interprocess/tokio",
    "tokio/net",
]
private-dir = []
process-inspection = ["dep:sysinfo"]
pty = [
    "dep:portable-pty",
    "process-inspection",
]
session-relay = ["ipc-async"]
terminal-graphics = []
window-icon = [
    "dep:png",
    "dep:x11rb",
]

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

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

[dependencies.blake3]
version = "1.8.7"
optional = true

[dependencies.dirs]
version = "6"
optional = true

[dependencies.getrandom]
version = "0.4"
optional = true

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

[dependencies.portable-pty]
version = "0.9"
optional = true

[dependencies.prost]
version = "0.14"
optional = true

[dependencies.running-process-protocol]
version = "=4.10.12"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sysinfo]
version = "0.30"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tempfile]
version = "3"

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

[target.'cfg(target_os = "linux")'.dependencies.png]
version = "0.17"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
version = "0.13"
optional = true

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

[target."cfg(windows)".dependencies.sha2]
version = "0.10"
optional = true

[target."cfg(windows)".dependencies.tar]
version = "0.4"
optional = true
default-features = false

[target."cfg(windows)".dependencies.ureq]
version = "2"
features = ["tls"]
optional = true
default-features = false

[target."cfg(windows)".dependencies.widestring]
version = "1"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "consoleapi",
    "errhandlingapi",
    "fileapi",
    "handleapi",
    "ioapiset",
    "jobapi2",
    "minwindef",
    "namedpipeapi",
    "processenv",
    "processthreadsapi",
    "securitybaseapi",
    "shellapi",
    "synchapi",
    "tlhelp32",
    "winbase",
    "wincon",
    "wincontypes",
    "windef",
    "winerror",
    "winnt",
    "winuser",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Wdk_System_Threading",
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_Environment",
    "Win32_System_IO",
    "Win32_System_JobObjects",
    "Win32_System_LibraryLoader",
    "Win32_System_Memory",
    "Win32_System_Pipes",
    "Win32_System_Registry",
    "Win32_System_Threading",
]

[target."cfg(windows)".dependencies.zstd]
version = "0.13"
optional = true
default-features = false

[lints.clippy]
disallowed_methods = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]