nuewframe-timeout 1.0.0

A CLI tool to manage timeout duration of a provided command.
[[bin]]
name = "timeout"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.humantime]
version = "2"

[dependencies.libc]
optional = false
version = "0.2"

[dependencies.rustix]
features = ["process"]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["process", "macros", "rt-multi-thread", "signal", "time"]
version = "1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"

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

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

[features]
default = []

[package]
authors = ["NuewLabs Inc <nuewframe@nuewlabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool to manage timeout duration of a provided command."
edition = "2024"
keywords = ["timeout", "cli", "utility"]
license = "MIT OR Apache-2.0"
name = "nuewframe-timeout"
readme = "README.md"
repository = "https://github.com/nuewframe/timeout"
version = "1.0.0"

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