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
|
Source: rust-tempfile
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.63) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-fastrand-2+default-dev (>= 2.1.1-~~) <!nocheck>,
librust-getrandom-0.2-dev <!nocheck>,
librust-once-cell-1+std-dev (>= 1.19.0-~~) <!nocheck>,
librust-rustix+default-dev (<< 2-~~) <!nocheck>,
librust-rustix+default-dev (>= 0.38.37-~~) <!nocheck>,
librust-rustix+fs-dev (<< 2-~~) <!nocheck>,
librust-rustix+fs-dev (>= 0.38.37-~~) <!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.2
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-fastrand-2+default-dev (>= 2.1.1-~~),
librust-getrandom-0.2-dev,
librust-once-cell-1+std-dev (>= 1.19.0-~~),
librust-rustix+default-dev (<< 2-~~),
librust-rustix+default-dev (>= 0.38.37-~~),
librust-rustix+fs-dev (<< 2-~~),
librust-rustix+fs-dev (>= 0.38.37-~~)
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.23-dev (= ${binary:Version}),
librust-tempfile-3.23+default-dev (= ${binary:Version}),
librust-tempfile-3.23+getrandom-dev (= ${binary:Version}),
librust-tempfile-3.23+nightly-dev (= ${binary:Version}),
librust-tempfile-3.23.0-dev (= ${binary:Version}),
librust-tempfile-3.23.0+default-dev (= ${binary:Version}),
librust-tempfile-3.23.0+getrandom-dev (= ${binary:Version}),
librust-tempfile-3.23.0+nightly-dev (= ${binary:Version})
Description: Managing temporary files and directories - Rust source code
Source code for Debianized Rust crate "tempfile"
|