Source: rust-event-listener Section: rust Build-Depends: debhelper-compat (= 14), dh-sequence-rust, dh-sequence-single-binary, librust-critical-section-1-dev, librust-futures-lite-2-dev, librust-parking-2-dev, librust-pin-project-lite-0.2-dev, librust-portable-atomic-util-0.2-dev, librust-try-lock-0.2-dev, librust-waker-fn-1-dev, Maintainer: Jonas Smedegaard Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/debian/rust-event-listener.git Vcs-Browser: https://salsa.debian.org/debian/rust-event-listener Homepage: https://github.com/smol-rs/event-listener Package: librust-event-listener-dev Architecture: all #Multi-Arch: foreign Depends: librust-critical-section-1-dev, librust-parking-2-dev, librust-pin-project-lite-0.2-dev, librust-portable-atomic-util-0.2-dev, Provides: librust-event-listener-5+default-dev (= ${binary:Version}), librust-event-listener-5+portable-atomic-dev (= ${binary:Version}), librust-event-listener-5+std-dev (= ${binary:Version}), librust-event-listener-5-dev (= ${binary:Version}), librust-event-listener-5.3-dev (= ${binary:Version}), librust-event-listener-5.4.2-dev (= ${binary:Version}), Description: notify async tasks or threads - Rust source code event-listener is a synchronization primitive similar to eventcounts. . You can use this crate to turn non-blocking data structures into async or blocking data structures. . This package contains the source for the Rust event-listener crate, for use with cargo.