File: control

package info (click to toggle)
rust-rustls-webpki 0.103.4-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,632 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (54 lines) | stat: -rw-r--r-- 1,917 bytes parent folder | download | duplicates (2)
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
Source: rust-rustls-webpki
Section: rust
Priority: optional
Build-Depends:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-base64-0.22+default-dev,
 librust-bzip2-0.4+default-dev,
 librust-rcgen-0.13+default-dev,
 librust-ring-0.17+default-dev,
 librust-rustls-pki-types-1+default-dev (>= 1.12),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-untrusted-0.9+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/rust-rustls-webpki.git
Vcs-Browser: https://salsa.debian.org/debian/rust-rustls-webpki
Homepage: https://github.com/rustls/rustls
Rules-Requires-Root: no

Package: librust-rustls-webpki-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-ring-0.17+default-dev,
 librust-rustls-pki-types-1+default-dev (>= 1.12),
 librust-untrusted-0.9+default-dev,
 ${misc:Depends},
Provides:
 librust-rustls-webpki-0.103+alloc-dev (= ${binary:Version}),
 librust-rustls-webpki-0.103+default-dev (= ${binary:Version}),
 librust-rustls-webpki-0.103+ring-dev (= ${binary:Version}),
 librust-rustls-webpki-0.103+std-dev (= ${binary:Version}),
 librust-rustls-webpki-0.103-dev (= ${binary:Version}),
 librust-rustls-webpki-0.103.4-dev (= ${binary:Version}),
Description: web PKI X.509 certificate verification - Rust source code
 rustls-webpki is a library
 that validates Web PKI (TLS/SSL) certificates.
 It's used by Rustls to handle certificate-related tasks
 required for implementing TLS clients and servers.
 .
 rustls-webpki is written in Rust
 and uses ring for cryptographic operations and low-level parsing.
 .
 This is a fork of the webpki project
 which adds a number of features required by the rustls project.
 .
 Rustls is a modern TLS library written in Rust.
 .
 This package contains the source for the Rust rustls-webpki crate,
 for use with cargo.