Source: rust-threadfin
Section: rust
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 dh-sequence-single-binary,
 librust-crossbeam-channel-0.5-dev,
 librust-futures-timer-3-dev,
 librust-num-cpus-1-dev,
 librust-once-cell-1-dev,
 librust-waker-fn-1-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-threadfin.git
Vcs-Browser: https://salsa.debian.org/debian/rust-threadfin
Homepage: https://github.com/sagebind/threadfin

Package: librust-threadfin-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-crossbeam-channel-0.5-dev,
 librust-num-cpus-1-dev,
 librust-once-cell-1-dev,
 librust-waker-fn-1-dev,
Provides:
 librust-threadfin-0.1+default-dev (= ${binary:Version}),
 librust-threadfin-0.1-dev (= ${binary:Version}),
 librust-threadfin-0.1.2-dev (= ${binary:Version}),
Description: thread pool for running multiple tasks on group of threads - Rust source code
 A thread pool for running multiple tasks
 on a configurable group of threads.
 .
 This package contains the source for the Rust threadfin crate,
 for use with cargo.
