[package] name = "interruptor" version = "0.1.1" authors = ["zduny "] edition = "2021" description = "Collection of functions generating Unix process signal receivers for use in the Crossbeam Channel select! macro." license = "Apache-2.0" repository = "https://github.com/zduny/interruptor" documentation = "https://docs.rs/interruptor/" keywords = ["crossbeam", "channel", "signal", "interruption", "termination"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam-channel = "0.5.1" simple-signal = "1.1.1"