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
|
Source: rust-postgres-protocol
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-base64-0.22+default-dev <!nocheck>,
librust-byteorder-1+default-dev <!nocheck>,
librust-bytes-1+default-dev <!nocheck>,
librust-fallible-iterator-0.3+default-dev <!nocheck>,
librust-hmac-0.12+default-dev <!nocheck>,
librust-md-5-0.10+default-dev <!nocheck>,
librust-memchr-2+default-dev <!nocheck>,
librust-rand-0.8+default-dev <!nocheck>,
librust-sha2-0.10+default-dev <!nocheck>,
librust-stringprep-0.1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Blair Noctis <n@sail.ng>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/postgres-protocol]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/postgres-protocol
Homepage: https://github.com/sfackler/rust-postgres
X-Cargo-Crate: postgres-protocol
Rules-Requires-Root: no
Package: librust-postgres-protocol-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-base64-0.22+default-dev,
librust-byteorder-1+default-dev,
librust-bytes-1+default-dev,
librust-fallible-iterator-0.3+default-dev,
librust-hmac-0.12+default-dev,
librust-md-5-0.10+default-dev,
librust-memchr-2+default-dev,
librust-rand-0.8+default-dev,
librust-sha2-0.10+default-dev,
librust-stringprep-0.1+default-dev
Provides:
librust-postgres-protocol+default-dev (= ${binary:Version}),
librust-postgres-protocol-0-dev (= ${binary:Version}),
librust-postgres-protocol-0+default-dev (= ${binary:Version}),
librust-postgres-protocol-0.6-dev (= ${binary:Version}),
librust-postgres-protocol-0.6+default-dev (= ${binary:Version}),
librust-postgres-protocol-0.6.7-dev (= ${binary:Version}),
librust-postgres-protocol-0.6.7+default-dev (= ${binary:Version})
Description: Low level Postgres protocol APIs - Rust source code
Source code for Debianized Rust crate "postgres-protocol"
|