Source: rust-flume
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-async-std-dev,
 librust-criterion-dev,
 librust-crossbeam-channel-dev,
 librust-crossbeam-utils-dev,
 librust-futures-core-dev,
 librust-futures-dev,
 librust-futures-sink-dev,
 librust-nanorand-dev,
 librust-rand-dev,
 librust-spin-dev,
 librust-tokio-dev,
 librust-waker-fn-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-flume.git
Vcs-Browser: https://salsa.debian.org/debian/rust-flume
Homepage: https://github.com/zesterer/flume

Package: librust-flume-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-futures-core-dev,
 librust-futures-sink-dev,
 librust-nanorand-dev,
 librust-spin-dev,
 ${misc:Depends},
Provides:
 librust-flume-0.11+async-dev (= ${binary:Version}),
 librust-flume-0.11+default-dev (= ${binary:Version}),
 librust-flume-0.11+eventual-fairness-dev (= ${binary:Version}),
 librust-flume-0.11+select-dev (= ${binary:Version}),
 librust-flume-0.11+spin-dev (= ${binary:Version}),
 librust-flume-0.11-dev (= ${binary:Version}),
 librust-flume-0.11.1-dev (= ${binary:Version}),
Description: blazingly fast multi-producer channel - Rust source code
 Flume is a Rust library
 for a blazingly fast multi-producer, multi-consumer channel.
 .
 "Do not communicate by sharing memory;
 instead, share memory by communicating."
 .
 This package contains the source for the Rust flume crate,
 for use with cargo.
