cutlery 0.1.0

Cross-platform fork
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"
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",
]