Source: rust-ordered-channel
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native (>= 1.65) <!nocheck>,
 libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Simon Quigley <tsimonq2@debian.org>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ordered-channel]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ordered-channel
Homepage: https://gitlab.com/kornelski/ordered-channel
X-Cargo-Crate: ordered-channel
X-Cargo-Crate-Version: 1.2.0

Package: librust-ordered-channel-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-crossbeam-channel-0.5+default-dev (>= 0.5.14)
Provides:
 librust-ordered-channel+crossbeam-channel-dev (= ${binary:Version}),
 librust-ordered-channel+default-dev (= ${binary:Version}),
 librust-ordered-channel-1-dev (= ${binary:Version}),
 librust-ordered-channel-1+crossbeam-channel-dev (= ${binary:Version}),
 librust-ordered-channel-1+default-dev (= ${binary:Version}),
 librust-ordered-channel-1.2-dev (= ${binary:Version}),
 librust-ordered-channel-1.2+crossbeam-channel-dev (= ${binary:Version}),
 librust-ordered-channel-1.2+default-dev (= ${binary:Version}),
 librust-ordered-channel-1.2.0-dev (= ${binary:Version}),
 librust-ordered-channel-1.2.0+crossbeam-channel-dev (= ${binary:Version}),
 librust-ordered-channel-1.2.0+default-dev (= ${binary:Version})
Description: Channel that always receives messages in the correct order, even if they were sent out of order - Rust source code
 Source code for Debianized Rust crate "ordered-channel"
