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
|
Source: rust-ref-cast-impl
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native (>= 1.56) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-proc-macro2-1+default-dev (>= 1.0.74-~~) <!nocheck>,
librust-quote-1+default-dev (>= 1.0.35-~~) <!nocheck>,
librust-syn-2+default-dev (>= 2.0.46-~~) <!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/ref-cast-impl]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ref-cast-impl
Homepage: https://github.com/dtolnay/ref-cast
X-Cargo-Crate: ref-cast-impl
Rules-Requires-Root: no
Package: librust-ref-cast-impl-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proc-macro2-1+default-dev (>= 1.0.74-~~),
librust-quote-1+default-dev (>= 1.0.35-~~),
librust-syn-2+default-dev (>= 2.0.46-~~)
Provides:
librust-ref-cast-impl+default-dev (= ${binary:Version}),
librust-ref-cast-impl-1-dev (= ${binary:Version}),
librust-ref-cast-impl-1+default-dev (= ${binary:Version}),
librust-ref-cast-impl-1.0-dev (= ${binary:Version}),
librust-ref-cast-impl-1.0+default-dev (= ${binary:Version}),
librust-ref-cast-impl-1.0.23-dev (= ${binary:Version}),
librust-ref-cast-impl-1.0.23+default-dev (= ${binary:Version})
Description: Derive implementation for ref_cast::RefCast - Rust source code
Source code for Debianized Rust crate "ref-cast-impl"
|