# 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" name = "spawn-wait" version = "0.2.2" description = "Spawn and manage a set of processes each associated with a key, and wait on all or part of them simultaneously." documentation = "https://docs.rs/spawn-wait" license = "MIT" repository = "https://github.com/micromaomao/rust-spawn-wait" resolver = "2" [dependencies.libc] version = "0.2.117" default-features = false [dependencies.signal-hook] version = "0.3" features = ["iterator"] optional = true default-features = false [dependencies.thiserror] version = "1.0" [features] blocking_wait_any = ["signal-hook"] default = ["blocking_wait_any"]