]> git.proxmox.com Git - proxmox.git/blame - proxmox-http/debian/control
bump proxmox-http to 0.9.1-1
[proxmox.git] / proxmox-http / debian / control
CommitLineData
7b7e1413
FG
1Source: rust-proxmox-http
2Section: rust
3Priority: optional
5cbddad1 4Build-Depends: debhelper (>= 12),
9c0e9dca 5 dh-cargo (>= 25),
7b7e1413
FG
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
9 librust-anyhow-1+default-dev <!nocheck>
10Maintainer: Proxmox Support Team <support@proxmox.com>
68586726 11Standards-Version: 4.6.2
7b7e1413
FG
12Vcs-Git: git://git.proxmox.com/git/proxmox.git
13Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
5ec765f8 14X-Cargo-Crate: proxmox-http
5cbddad1 15Rules-Requires-Root: no
7b7e1413
FG
16
17Package: librust-proxmox-http-dev
18Architecture: any
19Multi-Arch: same
20Depends:
21 ${misc:Depends},
22 librust-anyhow-1+default-dev
23Suggests:
7b7e1413 24 librust-proxmox-http+client-dev (= ${binary:Version}),
5b90667d 25 librust-proxmox-http+client-sync-dev (= ${binary:Version}),
52a8eb6a 26 librust-proxmox-http+client-trait-dev (= ${binary:Version}),
7b7e1413 27 librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
b5accff7 28 librust-proxmox-http+proxmox-async-dev (= ${binary:Version}),
d422852f
WB
29 librust-proxmox-http+rate-limited-stream-dev (= ${binary:Version}),
30 librust-proxmox-http+rate-limiter-dev (= ${binary:Version}),
7b7e1413
FG
31 librust-proxmox-http+websocket-dev (= ${binary:Version})
32Provides:
33 librust-proxmox-http+default-dev (= ${binary:Version}),
34 librust-proxmox-http-0-dev (= ${binary:Version}),
35 librust-proxmox-http-0+default-dev (= ${binary:Version}),
af2d4c6c
WB
36 librust-proxmox-http-0.9-dev (= ${binary:Version}),
37 librust-proxmox-http-0.9+default-dev (= ${binary:Version}),
68586726
WB
38 librust-proxmox-http-0.9.1-dev (= ${binary:Version}),
39 librust-proxmox-http-0.9.1+default-dev (= ${binary:Version})
7b7e1413 40Description: Proxmox HTTP library - Rust source code
68586726 41 Source code for Debianized Rust crate "proxmox-http"
7b7e1413 42
7b7e1413
FG
43Package: librust-proxmox-http+client-dev
44Architecture: any
45Multi-Arch: same
46Depends:
47 ${misc:Depends},
48 librust-proxmox-http-dev (= ${binary:Version}),
49 librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
d422852f 50 librust-proxmox-http+rate-limited-stream-dev (= ${binary:Version}),
52a8eb6a 51 librust-futures-0.3+default-dev,
d422852f 52 librust-hyper-0.14+client-dev (>= 0.14.5-~~),
6c161bd5 53 librust-hyper-0.14+default-dev (>= 0.14.5-~~),
d422852f
WB
54 librust-hyper-0.14+http1-dev (>= 0.14.5-~~),
55 librust-hyper-0.14+http2-dev (>= 0.14.5-~~),
56 librust-hyper-0.14+tcp-dev (>= 0.14.5-~~),
52a8eb6a 57 librust-openssl-0.10+default-dev,
6c161bd5
FG
58 librust-tokio-1+default-dev (>= 1.6-~~),
59 librust-tokio-1+io-util-dev (>= 1.6-~~),
52a8eb6a 60 librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
7b7e1413
FG
61Provides:
62 librust-proxmox-http-0+client-dev (= ${binary:Version}),
af2d4c6c 63 librust-proxmox-http-0.9+client-dev (= ${binary:Version}),
68586726 64 librust-proxmox-http-0.9.1+client-dev (= ${binary:Version})
7b7e1413
FG
65Description: Proxmox HTTP library - feature "client"
66 This metapackage enables feature "client" for the Rust proxmox-http crate, by
67 pulling in any additional dependencies needed by that feature.
68
5b90667d
FG
69Package: librust-proxmox-http+client-sync-dev
70Architecture: any
71Multi-Arch: same
72Depends:
73 ${misc:Depends},
74 librust-proxmox-http-dev (= ${binary:Version}),
75 librust-proxmox-http+client-trait-dev (= ${binary:Version}),
76 librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
77 librust-ureq-2+default-dev (>= 2.4-~~),
78 librust-ureq-2+native-certs-dev (>= 2.4-~~)
79Provides:
80 librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
af2d4c6c 81 librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}),
68586726 82 librust-proxmox-http-0.9.1+client-sync-dev (= ${binary:Version})
5b90667d
FG
83Description: Proxmox HTTP library - feature "client-sync"
84 This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
85 by pulling in any additional dependencies needed by that feature.
86
52a8eb6a 87Package: librust-proxmox-http+client-trait-dev
7b7e1413
FG
88Architecture: any
89Multi-Arch: same
90Depends:
91 ${misc:Depends},
92 librust-proxmox-http-dev (= ${binary:Version}),
93 librust-http-0.2+default-dev
94Provides:
b5accff7 95 librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
af2d4c6c 96 librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}),
68586726 97 librust-proxmox-http-0.9.1+client-trait-dev (= ${binary:Version})
52a8eb6a
TL
98Description: Proxmox HTTP library - feature "client-trait"
99 This metapackage enables feature "client-trait" for the Rust proxmox-http
100 crate, by pulling in any additional dependencies needed by that feature.
7b7e1413
FG
101
102Package: librust-proxmox-http+http-helpers-dev
103Architecture: any
104Multi-Arch: same
105Depends:
106 ${misc:Depends},
107 librust-proxmox-http-dev (= ${binary:Version}),
52a8eb6a
TL
108 librust-base64-0.13+default-dev,
109 librust-http-0.2+default-dev,
68586726 110 librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
52a8eb6a 111 librust-serde-json-1+default-dev,
6c161bd5 112 librust-url-2+default-dev (>= 2.2-~~)
7b7e1413 113Provides:
7b7e1413 114 librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
af2d4c6c 115 librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}),
68586726 116 librust-proxmox-http-0.9.1+http-helpers-dev (= ${binary:Version})
37ae288e 117Description: Proxmox HTTP library - feature "http-helpers"
7b7e1413
FG
118 This metapackage enables feature "http-helpers" for the Rust proxmox-http
119 crate, by pulling in any additional dependencies needed by that feature.
7b7e1413 120
b5accff7
FG
121Package: librust-proxmox-http+proxmox-async-dev
122Architecture: any
123Multi-Arch: same
124Depends:
125 ${misc:Depends},
126 librust-proxmox-http-dev (= ${binary:Version}),
127 librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~)
128Provides:
129 librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
af2d4c6c 130 librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}),
68586726 131 librust-proxmox-http-0.9.1+proxmox-async-dev (= ${binary:Version})
b5accff7
FG
132Description: Proxmox HTTP library - feature "proxmox-async"
133 This metapackage enables feature "proxmox-async" for the Rust proxmox-http
134 crate, by pulling in any additional dependencies needed by that feature.
135
d422852f
WB
136Package: librust-proxmox-http+rate-limited-stream-dev
137Architecture: any
138Multi-Arch: same
139Depends:
140 ${misc:Depends},
141 librust-proxmox-http-dev (= ${binary:Version}),
142 librust-proxmox-http+rate-limiter-dev (= ${binary:Version}),
143 librust-hyper-0.14+client-dev (>= 0.14.5-~~),
144 librust-hyper-0.14+default-dev (>= 0.14.5-~~),
145 librust-tokio-1+default-dev (>= 1.6-~~),
146 librust-tokio-1+time-dev (>= 1.6-~~)
147Provides:
148 librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}),
af2d4c6c 149 librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}),
68586726 150 librust-proxmox-http-0.9.1+rate-limited-stream-dev (= ${binary:Version})
d422852f
WB
151Description: Proxmox HTTP library - feature "rate-limited-stream"
152 This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
153 http crate, by pulling in any additional dependencies needed by that feature.
154
155Package: librust-proxmox-http+rate-limiter-dev
156Architecture: any
157Multi-Arch: same
158Depends:
159 ${misc:Depends},
160 librust-proxmox-http-dev (= ${binary:Version}),
161 librust-hyper-0.14+default-dev (>= 0.14.5-~~)
162Provides:
163 librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}),
af2d4c6c 164 librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}),
68586726 165 librust-proxmox-http-0.9.1+rate-limiter-dev (= ${binary:Version})
d422852f
WB
166Description: Proxmox HTTP library - feature "rate-limiter"
167 This metapackage enables feature "rate-limiter" for the Rust proxmox-http
168 crate, by pulling in any additional dependencies needed by that feature.
169
7b7e1413
FG
170Package: librust-proxmox-http+websocket-dev
171Architecture: any
172Multi-Arch: same
173Depends:
174 ${misc:Depends},
175 librust-proxmox-http-dev (= ${binary:Version}),
52a8eb6a
TL
176 librust-base64-0.13+default-dev,
177 librust-futures-0.3+default-dev,
6c161bd5 178 librust-hyper-0.14+default-dev (>= 0.14.5-~~),
52a8eb6a
TL
179 librust-openssl-0.10+default-dev,
180 librust-proxmox-io-1+default-dev,
4ccd6256 181 librust-proxmox-io-1+tokio-dev,
52a8eb6a 182 librust-proxmox-lang-1+default-dev (>= 1.1-~~),
68586726 183 librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
6c161bd5
FG
184 librust-tokio-1+default-dev (>= 1.6-~~),
185 librust-tokio-1+io-util-dev (>= 1.6-~~),
186 librust-tokio-1+sync-dev (>= 1.6-~~)
7b7e1413
FG
187Provides:
188 librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
af2d4c6c 189 librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}),
68586726 190 librust-proxmox-http-0.9.1+websocket-dev (= ${binary:Version})
7b7e1413
FG
191Description: Proxmox HTTP library - feature "websocket"
192 This metapackage enables feature "websocket" for the Rust proxmox-http crate,
193 by pulling in any additional dependencies needed by that feature.