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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: rust-ntp-proto
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
librust-rustls-dev,
librust-rustls-pki-types-dev
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.71) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-aead-0.5+default-dev <!nocheck>,
librust-aes-siv-0.7+default-dev <!nocheck>,
librust-md-5-0.10+default-dev <!nocheck>,
librust-rand-0.8+default-dev <!nocheck>,
librust-rustls-0.23+logging-dev (>= 0.23.16-~~) <!nocheck>,
librust-rustls-0.23+ring-dev (>= 0.23.16-~~) <!nocheck>,
librust-rustls-0.23+std-dev (>= 0.23.16-~~) <!nocheck>,
librust-rustls-0.23+tls12-dev (>= 0.23.16-~~) <!nocheck>,
librust-rustls-platform-verifier-0.5+default-dev <!nocheck>,
librust-serde-1+default-dev (>= 1.0.145-~~) <!nocheck>,
librust-serde-1+derive-dev (>= 1.0.145-~~) <!nocheck>,
librust-tracing-0.1+default-dev (>= 0.1.37-~~) <!nocheck>,
librust-zeroize-1+default-dev (>= 1.7-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ntp-proto]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ntp-proto
Homepage: https://github.com/pendulum-project/ntpd-rs
X-Cargo-Crate: ntp-proto
Rules-Requires-Root: no
Package: librust-ntp-proto-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-aead-0.5+default-dev,
librust-aes-siv-0.7+default-dev,
librust-arbitrary-1+default-dev,
librust-md-5-0.10+default-dev,
librust-rand-0.8+default-dev,
librust-rustls-0.23+logging-dev (>= 0.23.16-~~),
librust-rustls-0.23+ring-dev (>= 0.23.16-~~),
librust-rustls-0.23+std-dev (>= 0.23.16-~~),
librust-rustls-0.23+tls12-dev (>= 0.23.16-~~),
librust-rustls-platform-verifier-0.5+default-dev,
librust-serde-1+default-dev (>= 1.0.145-~~),
librust-serde-1+derive-dev (>= 1.0.145-~~),
librust-tracing-0.1+default-dev (>= 0.1.37-~~),
librust-zeroize-1+default-dev (>= 1.7-~~)
Provides:
librust-ntp-proto+--internal-api-dev (= ${binary:Version}),
librust-ntp-proto+--internal-fuzz-dev (= ${binary:Version}),
librust-ntp-proto+--internal-test-dev (= ${binary:Version}),
librust-ntp-proto+arbitrary-dev (= ${binary:Version}),
librust-ntp-proto+default-dev (= ${binary:Version}),
librust-ntp-proto+nts-pool-dev (= ${binary:Version}),
librust-ntp-proto-1-dev (= ${binary:Version}),
librust-ntp-proto-1+--internal-api-dev (= ${binary:Version}),
librust-ntp-proto-1+--internal-fuzz-dev (= ${binary:Version}),
librust-ntp-proto-1+--internal-test-dev (= ${binary:Version}),
librust-ntp-proto-1+arbitrary-dev (= ${binary:Version}),
librust-ntp-proto-1+default-dev (= ${binary:Version}),
librust-ntp-proto-1+nts-pool-dev (= ${binary:Version}),
librust-ntp-proto-1.6-dev (= ${binary:Version}),
librust-ntp-proto-1.6+--internal-api-dev (= ${binary:Version}),
librust-ntp-proto-1.6+--internal-fuzz-dev (= ${binary:Version}),
librust-ntp-proto-1.6+--internal-test-dev (= ${binary:Version}),
librust-ntp-proto-1.6+arbitrary-dev (= ${binary:Version}),
librust-ntp-proto-1.6+default-dev (= ${binary:Version}),
librust-ntp-proto-1.6+nts-pool-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+--internal-api-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+--internal-fuzz-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+--internal-test-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+arbitrary-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+default-dev (= ${binary:Version}),
librust-ntp-proto-1.6.0+nts-pool-dev (= ${binary:Version})
Description: Ntpd-rs packet parsing and algorithms - Rust source code
Source code for Debianized Rust crate "ntp-proto"
|