# 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 = "2021" rust-version = "1.75.0" name = "process_control" version = "5.0.0" authors = ["dylni"] build = "build.rs" exclude = [ ".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Ergonomically run processes with limits """ readme = "README.md" keywords = [ "kill", "process", "terminate", "timeout", "wait", ] categories = [ "concurrency", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dylni/process_control" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "process_control_docs_rs", ] rustdoc-args = [ "--cfg", "process_control_docs_rs", ] [lib] name = "process_control" path = "src/lib.rs" [target.'cfg(all(unix, any(target_os = "espidf", target_os = "horizon", target_os = "openbsd", target_os = "redox", target_os = "tvos", target_os = "vxworks")))'.dependencies.parking_lot] version = "0.12" optional = true [target.'cfg(all(unix, any(target_os = "espidf", target_os = "horizon", target_os = "openbsd", target_os = "redox", target_os = "tvos", target_os = "vxworks")))'.dependencies.signal-hook] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2.120" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_JobObjects", "Win32_System_IO", "Win32_System_Threading", ] [target."cfg(windows)".dev-dependencies.rustversion] version = "1.0"