xchecker-runner 1.2.0

Process execution with timeouts and job control
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.89"
name = "xchecker-runner"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process execution with timeouts and job control"
homepage = "https://github.com/EffortlessMetrics/xchecker"
readme = false
keywords = [
    "cli",
    "spec",
    "requirements",
    "workflow",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/xchecker"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "=1.49.0"
features = ["full"]

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

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

[target."cfg(unix)".dependencies.nix]
version = "0.31.1"
features = [
    "signal",
    "process",
    "signal",
    "process",
]

[target."cfg(windows)".dependencies.dunce]
version = "1.0.5"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "processthreadsapi",
    "winnt",
    "handleapi",
    "psapi",
    "jobapi2",
    "processthreadsapi",
    "winnt",
    "handleapi",
    "psapi",
]

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
    "Win32_Security",
    "Win32_Storage_FileSystem",
]