[package]
edition = "2024"
name = "cutlery"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform fork"
homepage = "https://github.com/jprendes/cutlery"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jprendes/cutlery"
[features]
default = ["pidfd"]
pidfd = []
[lib]
name = "cutlery"
path = "src/lib.rs"
[dev-dependencies.stdio-utils]
version = "0.1.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.174"
[target."cfg(windows)".dependencies.phnt]
version = "0.1.2"
[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
"Win32_Foundation",
"Win32_System_Console",
"Win32_System_Threading",
]