File: control

package info (click to toggle)
rust-rustls-pki-types 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: makefile: 3; sh: 1
file content (37 lines) | stat: -rw-r--r-- 1,368 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
Source: rust-rustls-pki-types
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-web-time-1+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-rustls-pki-types.git
Vcs-Browser: https://salsa.debian.org/debian/rust-rustls-pki-types
Homepage: https://github.com/rustls/pki-types
Rules-Requires-Root: no

Package: librust-rustls-pki-types-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-web-time-1+default-dev,
 ${misc:Depends},
Provides:
 librust-rustls-pki-types-1+alloc-dev (= ${binary:Version}),
 librust-rustls-pki-types-1+default-dev (= ${binary:Version}),
 librust-rustls-pki-types-1+std-dev (= ${binary:Version}),
 librust-rustls-pki-types-1-dev (= ${binary:Version}),
 librust-rustls-pki-types-1.11-dev (= ${binary:Version}),
 librust-rustls-pki-types-1.11.0-dev (= ${binary:Version}),
Description: shared types for the rustls PKI ecosystem - Rust source code
 This crate provides types
 for representing X.509 certificates, keys and other types
 as commonly used in the rustls ecosystem.
 It is intended to be used
 by crates that need to work with such X.509 types,
 such as rustls, rustls-webpki, rustls-pemfile, and others.
 .
 This package contains the source for the Rust rustls-pki-types crate,
 for use with cargo.