perfgate-adapters 0.15.1

Process execution and host probing adapters for perfgate
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 = "2024"
rust-version = "1.92"
name = "perfgate-adapters"
version = "0.15.1"
authors = ["Effortless Metrics"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process execution and host probing adapters for perfgate"
homepage = "https://github.com/EffortlessMetrics/perfgate"
documentation = "https://docs.rs/perfgate-adapters"
readme = "README.md"
keywords = [
    "performance",
    "benchmarking",
    "process",
    "metrics",
    "host",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perfgate"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.hostname]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.perfgate-error]
version = "0.15.1"

[dependencies.perfgate-sha256]
version = "0.15.1"

[dependencies.perfgate-types]
version = "0.15.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.4"

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

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

[target."cfg(windows)".dependencies.windows]
version = "0.60"
features = [
    "Win32_Foundation",
    "Win32_System_ProcessStatus",
    "Win32_System_SystemInformation",
    "Win32_System_Threading",
]