running-process-core 3.0.13

Native process runtime for running-process
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.85"
name = "running-process-core"
version = "3.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native process runtime for running-process"
homepage = "https://github.com/zackees/running-process"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/zackees/running-process"

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

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

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

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

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

[dependencies.libc]
version = "0.2"

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

[dependencies.thiserror]
version = "2"

[dependencies.winapi]
version = "0.3"
features = [
    "handleapi",
    "jobapi2",
    "processthreadsapi",
    "winnt",
    "minwindef",
]

[dev-dependencies.serde_json]
version = "1"