[package]
edition = "2021"
rust-version = "1.85"
name = "running-process-py"
version = "3.0.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 bindings for running-process"
homepage = "https://github.com/zackees/running-process"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/zackees/running-process"
[lib]
name = "_native"
crate-type = [
"cdylib",
"lib",
]
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[dependencies.portable-pty]
version = "0.9"
[dependencies.pyo3]
version = "0.23"
features = ["abi3-py310"]
[dependencies.regex]
version = "1"
[dependencies.running-process-core]
version = "3.0.12"
features = ["originator-scan"]
[dependencies.sysinfo]
version = "0.30"
[dependencies.winapi]
version = "0.3"
features = [
"consoleapi",
"handleapi",
"jobapi2",
"processenv",
"processthreadsapi",
"synchapi",
"winbase",
"wincon",
"winnt",
"winuser",
]