File: control

package info (click to toggle)
rust-hyper-rustls 0.23.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (72 lines) | stat: -rw-r--r-- 2,894 bytes parent folder | download
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
Source: rust-hyper-rustls
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-futures-util-0.3-dev (>= 0.3.1) <!nocheck>,
 librust-http-0.2+default-dev <!nocheck>,
 librust-hyper-0.14+client-dev <!nocheck>,
 librust-hyper-0.14+default-dev <!nocheck>,
 librust-hyper-0.14+full-dev <!nocheck>,
 librust-hyper-0.14+http1-dev <!nocheck>,
 librust-hyper-0.14+runtime-dev <!nocheck>,
 librust-log-0.4+default-dev (>= 0.4.4) <!nocheck>,
 librust-rustls-0.20+logging-dev (>= 0.20.1) <!nocheck>,
 librust-rustls-0.20+tls12-dev (>= 0.20.1) <!nocheck>,
 librust-rustls-0.20-dev (>= 0.20.1) <!nocheck>,
 librust-rustls-native-certs-0.6+default-dev <!nocheck>,
 librust-rustls-pemfile-1+default-dev <!nocheck>,
 librust-tokio-1+default-dev <!nocheck>,
 librust-tokio-1+io-std-dev <!nocheck>,
 librust-tokio-1+macros-dev <!nocheck>,
 librust-tokio-1+net-dev <!nocheck>,
 librust-tokio-1+rt-multi-thread-dev <!nocheck>,
 librust-tokio-rustls-0.23+logging-dev <!nocheck>,
 librust-tokio-rustls-0.23+tls12-dev <!nocheck>,
 librust-tokio-rustls-0.23-dev <!nocheck>,
 libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-hyper-rustls.git
Vcs-Browser: https://salsa.debian.org/debian/rust-hyper-rustls
Homepage: https://github.com/ctz/hyper-rustls
Rules-Requires-Root: no

Package: librust-hyper-rustls-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-http-0.2+default-dev,
 librust-hyper-0.14+client-dev,
 librust-hyper-0.14+http1-dev,
 librust-hyper-0.14+http2-dev,
 librust-hyper-0.14+runtime-dev,
 librust-log-0.4+default-dev (>= 0.4.4),
 librust-rustls-0.20+logging-dev (>= 0.20.1),
 librust-rustls-0.20+tls12-dev (>= 0.20.1),
 librust-rustls-0.20-dev (>= 0.20.1),
 librust-rustls-native-certs-0.6+default-dev,
 librust-tokio-1+default-dev,
 librust-tokio-rustls-0.23+logging-dev,
 librust-tokio-rustls-0.23+tls12-dev,
 librust-tokio-rustls-0.23-dev,
 ${misc:Depends},
Provides:
 librust-hyper-rustls-0-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+default-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+http1-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+http2-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+logging-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+native-tokio-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+tls12-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23+tokio-runtime-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23-dev (= ${binary:Version}),
 librust-hyper-rustls-0.23.2-dev (= ${binary:Version}),
Description: rustls+hyper integration for pure rust HTTPS - Rust source code
 hyper-rustls is an integration
 between the rustls TLS stack and the hyper HTTP library.
 .
 This package contains the source
 for the Rust hyper-rustls crate,
 packaged for use with cargo and dh-cargo.