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
|
Source: rust-faster-hex
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Alexander Kjäll <alexander.kjall@gmail.com>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/faster-hex]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/faster-hex
Homepage: https://github.com/NervosFoundation/faster-hex
X-Cargo-Crate: faster-hex
Rules-Requires-Root: no
Package: librust-faster-hex-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-serde-1+default-dev
Provides:
librust-faster-hex+alloc-dev (= ${binary:Version}),
librust-faster-hex+default-dev (= ${binary:Version}),
librust-faster-hex+serde-dev (= ${binary:Version}),
librust-faster-hex+std-dev (= ${binary:Version}),
librust-faster-hex-0-dev (= ${binary:Version}),
librust-faster-hex-0+alloc-dev (= ${binary:Version}),
librust-faster-hex-0+default-dev (= ${binary:Version}),
librust-faster-hex-0+serde-dev (= ${binary:Version}),
librust-faster-hex-0+std-dev (= ${binary:Version}),
librust-faster-hex-0.9-dev (= ${binary:Version}),
librust-faster-hex-0.9+alloc-dev (= ${binary:Version}),
librust-faster-hex-0.9+default-dev (= ${binary:Version}),
librust-faster-hex-0.9+serde-dev (= ${binary:Version}),
librust-faster-hex-0.9+std-dev (= ${binary:Version}),
librust-faster-hex-0.9.0-dev (= ${binary:Version}),
librust-faster-hex-0.9.0+alloc-dev (= ${binary:Version}),
librust-faster-hex-0.9.0+default-dev (= ${binary:Version}),
librust-faster-hex-0.9.0+serde-dev (= ${binary:Version}),
librust-faster-hex-0.9.0+std-dev (= ${binary:Version})
Description: Fast hex encoding - Rust source code
Source code for Debianized Rust crate "faster-hex"
|