File: control

package info (click to toggle)
rust-sha256 1.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: makefile: 8
file content (92 lines) | stat: -rw-r--r-- 2,434 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: rust-sha256
Section: rust
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
 cargo:native <!nocheck>,
 librust-async-trait-dev <!nocheck>,
 librust-bytes-dev <!nocheck>,
 librust-hex-dev <!nocheck>,
 librust-sha2-dev <!nocheck>,
 librust-tokio-dev <!nocheck>,
 libstd-rust-dev <!nocheck>,
 rustc:native <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/baoyachi/sha256-rs
Vcs-Browser: https://forgejo.debian.net/rust/rust-sha256
Vcs-Git: https://forgejo.debian.net/rust/rust-sha256
X-Cargo-Crate: sha256

Package: librust-sha256+openssl-dev
Architecture: any
Multi-Arch: same
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
Description: SHA256 crypto digest - feature "openssl" and 1 more
 SHA256 crypto digest implementation in Rust.
 .
 This metapackage enables feature "openssl" for the Rust sha256 crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "native_openssl" feature.

Package: librust-sha256+tokio-dev
Architecture: any
Multi-Arch: same
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
Description: SHA256 crypto digest - feature "tokio" and 2 more
 SHA256 crypto digest implementation in Rust.
 .
 This metapackage enables feature "tokio" for the Rust sha256 crate, by pulling
 in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "async", and "default" features.

Package: librust-sha256-dev
Section: rust
Architecture: any
Multi-Arch: same
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
Description: SHA256 crypto digest - Rust source code
 SHA256 crypto digest implementation in Rust.
 .
 This package contains the source for the Rust sha256 crate
 for use with cargo and dh-cargo.