File: control

package info (click to toggle)
rust-pkcs8 0.10.2%2Bds-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: makefile: 2; sh: 1
file content (53 lines) | stat: -rw-r--r-- 1,848 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
Source: rust-pkcs8
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-der-dev,
 librust-hex-literal-dev,
 librust-pkcs5-dev,
 librust-rand-core-dev,
 librust-spki-dev,
 librust-subtle-dev,
 librust-tempfile-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/rust-pkcs8.git
Vcs-Browser: https://salsa.debian.org/debian/rust-pkcs8
Homepage: https://github.com/rustcrypto/formats

Package: librust-pkcs8-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-der-dev,
 librust-pkcs5-dev,
 librust-rand-core-dev,
 librust-spki-dev,
 librust-subtle-dev,
 ${misc:Depends},
Provides:
 librust-pkcs8-0.10+3des-dev (= ${binary:Version}),
 librust-pkcs8-0.10+alloc-dev (= ${binary:Version}),
 librust-pkcs8-0.10+default-dev (= ${binary:Version}),
 librust-pkcs8-0.10+des-insecure-dev (= ${binary:Version}),
 librust-pkcs8-0.10+encryption-dev (= ${binary:Version}),
 librust-pkcs8-0.10+getrandom-dev (= ${binary:Version}),
 librust-pkcs8-0.10+pem-dev (= ${binary:Version}),
 librust-pkcs8-0.10+pkcs5-dev (= ${binary:Version}),
 librust-pkcs8-0.10+rand-core-dev (= ${binary:Version}),
 librust-pkcs8-0.10+sha1-insecure-dev (= ${binary:Version}),
 librust-pkcs8-0.10+std-dev (= ${binary:Version}),
 librust-pkcs8-0.10+subtle-dev (= ${binary:Version}),
 librust-pkcs8-0.10-dev (= ${binary:Version}),
 librust-pkcs8-0.10.2-dev (= ${binary:Version}),
Description: pure Rust implementation of PKCS#8 - Rust source code
 The pkcs8 crate is a pure Rust implementation
 of Public-Key Cryptography Standards (PKCS) #8:
 Private-Key Information Syntax Specification (RFC 5208).
 .
 PKCS#8 is a format for cryptographic private keys,
 often containing pairs of private and public keys.
 .
 This package contains the source for the Rust pkcs8 crate,
 for use with cargo.