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
|
Source: rust-tempfile
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native (>= 1.63) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-cfg-if-1+default-dev <!nocheck>,
librust-fastrand-2+default-dev (>= 2.1.1-~~) <!nocheck>,
librust-getrandom-0.2-dev (>= 0.2.15-~~) <!nocheck>,
librust-once-cell-1+std-dev (>= 1.19.0-~~) <!nocheck>,
librust-rustix-0.38+default-dev <!nocheck>,
librust-rustix-0.38+fs-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Ximin Luo <infinity0@debian.org>,
Wolfgang Silbermayr <wolfgang@silbermayr.at>,
Robin Krahl <robin.krahl@ireas.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/tempfile]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/tempfile
Homepage: https://stebalien.com/projects/tempfile-rs/
X-Cargo-Crate: tempfile
Rules-Requires-Root: no
Package: librust-tempfile-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-cfg-if-1+default-dev,
librust-fastrand-2+default-dev (>= 2.1.1-~~),
librust-getrandom-0.2-dev (>= 0.2.15-~~),
librust-once-cell-1+std-dev (>= 1.19.0-~~),
librust-rustix-0.38+default-dev,
librust-rustix-0.38+fs-dev
Provides:
librust-tempfile+default-dev (= ${binary:Version}),
librust-tempfile+getrandom-dev (= ${binary:Version}),
librust-tempfile+nightly-dev (= ${binary:Version}),
librust-tempfile-3-dev (= ${binary:Version}),
librust-tempfile-3+default-dev (= ${binary:Version}),
librust-tempfile-3+getrandom-dev (= ${binary:Version}),
librust-tempfile-3+nightly-dev (= ${binary:Version}),
librust-tempfile-3.15-dev (= ${binary:Version}),
librust-tempfile-3.15+default-dev (= ${binary:Version}),
librust-tempfile-3.15+getrandom-dev (= ${binary:Version}),
librust-tempfile-3.15+nightly-dev (= ${binary:Version}),
librust-tempfile-3.15.0-dev (= ${binary:Version}),
librust-tempfile-3.15.0+default-dev (= ${binary:Version}),
librust-tempfile-3.15.0+getrandom-dev (= ${binary:Version}),
librust-tempfile-3.15.0+nightly-dev (= ${binary:Version})
Description: Managing temporary files and directories - Rust source code
Source code for Debianized Rust crate "tempfile"
|