[[test]]
harness = false
name = "signals"
[badges.codecov]
repository = "Smithay/calloop"
[dependencies.async-task]
optional = true
version = "4.4.0"
[dependencies.bitflags]
version = "1.2"
[dependencies.futures-io]
optional = true
version = "0.3.5"
[dependencies.io-lifetimes]
version = "1.0.3"
[dependencies.log]
version = "0.4"
[dependencies.nix]
default-features = false
features = ["event", "fs", "signal", "socket", "time"]
version = "0.26"
[dependencies.pin-utils]
optional = true
version = "0.1.0"
[dependencies.polling]
version = "2.6.0"
[dependencies.slab]
version = "0.4.8"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.futures]
version = "0.3.5"
[features]
block_on = ["pin-utils"]
executor = ["async-task"]
nightly_coverage = []
[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
autotests = false
description = "A callback-based event loop"
documentation = "https://docs.rs/calloop/"
edition = "2018"
keywords = ["events", "loop", "callback", "eventloop", "unix"]
license = "MIT"
name = "calloop"
readme = "README.md"
repository = "https://github.com/Smithay/calloop"
rust-version = "1.56.0"
version = "0.11.0"
[package.metadata.docs.rs]
features = ["block_on", "executor"]
rustdoc-args = ["--cfg", "docsrs"]