1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: rust-futures-executor
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native (>= 1.56) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-futures-core-0.3+std-dev (>= 0.3.31-~~) <!nocheck>,
librust-futures-core-0.3-dev (>= 0.3.31-~~) <!nocheck>,
librust-futures-task-0.3+std-dev (>= 0.3.31-~~) <!nocheck>,
librust-futures-task-0.3-dev (>= 0.3.31-~~) <!nocheck>,
librust-futures-util-0.3+std-dev (>= 0.3.31-~~) <!nocheck>,
librust-futures-util-0.3-dev (>= 0.3.31-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Henry-Nicolas Tourneur <debian@nilux.be>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/futures-executor]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/futures-executor
Homepage: https://rust-lang.github.io/futures-rs
X-Cargo-Crate: futures-executor
Rules-Requires-Root: no
Package: librust-futures-executor-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-futures-core-0.3+std-dev (>= 0.3.31-~~),
librust-futures-core-0.3-dev (>= 0.3.31-~~),
librust-futures-task-0.3+std-dev (>= 0.3.31-~~),
librust-futures-task-0.3-dev (>= 0.3.31-~~),
librust-futures-util-0.3+std-dev (>= 0.3.31-~~),
librust-futures-util-0.3-dev (>= 0.3.31-~~),
librust-num-cpus-1+default-dev (>= 1.8.0-~~)
Provides:
librust-futures-executor+default-dev (= ${binary:Version}),
librust-futures-executor+num-cpus-dev (= ${binary:Version}),
librust-futures-executor+std-dev (= ${binary:Version}),
librust-futures-executor+thread-pool-dev (= ${binary:Version}),
librust-futures-executor-0-dev (= ${binary:Version}),
librust-futures-executor-0+default-dev (= ${binary:Version}),
librust-futures-executor-0+num-cpus-dev (= ${binary:Version}),
librust-futures-executor-0+std-dev (= ${binary:Version}),
librust-futures-executor-0+thread-pool-dev (= ${binary:Version}),
librust-futures-executor-0.3-dev (= ${binary:Version}),
librust-futures-executor-0.3+default-dev (= ${binary:Version}),
librust-futures-executor-0.3+num-cpus-dev (= ${binary:Version}),
librust-futures-executor-0.3+std-dev (= ${binary:Version}),
librust-futures-executor-0.3+thread-pool-dev (= ${binary:Version}),
librust-futures-executor-0.3.31-dev (= ${binary:Version}),
librust-futures-executor-0.3.31+default-dev (= ${binary:Version}),
librust-futures-executor-0.3.31+num-cpus-dev (= ${binary:Version}),
librust-futures-executor-0.3.31+std-dev (= ${binary:Version}),
librust-futures-executor-0.3.31+thread-pool-dev (= ${binary:Version})
Description: Executors for asynchronous tasks based on the futures-rs library - Rust source code
Source code for Debianized Rust crate "futures-executor"
|