running-process-core 3.0.13

Native process runtime for running-process
Documentation
[package]
name = "running-process-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Native process runtime for running-process"

[features]
default = []
originator-scan = ["sysinfo"]

[dependencies]
libc = "0.2"
sysinfo = { version = "0.30", optional = true }
thiserror = { workspace = true }
winapi = { version = "0.3", features = ["handleapi", "jobapi2", "processthreadsapi", "winnt", "minwindef"] }

[dev-dependencies]
serde_json = "1"