]> git.proxmox.com Git - proxmox.git/blame - proxmox-login/debian/control
proxmox-login: depend on js_sys on wasm32
[proxmox.git] / proxmox-login / debian / control
CommitLineData
26f586d5
DM
1Source: rust-proxmox-login
2Section: rust
3Priority: optional
4Build-Depends: debhelper (>= 12),
5 dh-cargo (>= 25),
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
9 librust-base64-0.13+default-dev <!nocheck>,
b7a64cd4 10 librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
26f586d5
DM
11 librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
12 librust-serde-1+default-dev <!nocheck>,
13 librust-serde-1+derive-dev <!nocheck>,
14 librust-serde-json-1+default-dev <!nocheck>
15Maintainer: Proxmox Support Team <support@proxmox.com>
16Standards-Version: 4.6.1
17Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login]
18Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login
19X-Cargo-Crate: proxmox-login
20Rules-Requires-Root: no
21
22Package: librust-proxmox-login-dev
23Architecture: any
24Multi-Arch: same
25Depends:
26 ${misc:Depends},
27 librust-base64-0.13+default-dev,
b7a64cd4 28 librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
26f586d5
DM
29 librust-percent-encoding-2+default-dev (>= 2.1-~~),
30 librust-serde-1+default-dev,
31 librust-serde-1+derive-dev,
32 librust-serde-json-1+default-dev
33Suggests:
34 librust-proxmox-login+http-dev (= ${binary:Version}),
35 librust-proxmox-login+webauthn-dev (= ${binary:Version})
36Provides:
37 librust-proxmox-login+default-dev (= ${binary:Version}),
38 librust-proxmox-login-0-dev (= ${binary:Version}),
39 librust-proxmox-login-0+default-dev (= ${binary:Version}),
40 librust-proxmox-login-0.1-dev (= ${binary:Version}),
41 librust-proxmox-login-0.1+default-dev (= ${binary:Version}),
42 librust-proxmox-login-0.1.0-dev (= ${binary:Version}),
43 librust-proxmox-login-0.1.0+default-dev (= ${binary:Version})
44Description: Proxmox product authentication api - Rust source code
45 This package contains the source for the Rust proxmox-login crate, packaged by
46 debcargo for use with cargo and dh-cargo.
47
48Package: librust-proxmox-login+http-dev
49Architecture: any
50Multi-Arch: same
51Depends:
52 ${misc:Depends},
53 librust-proxmox-login-dev (= ${binary:Version}),
54 librust-http-0.2+default-dev (>= 0.2.4-~~)
55Provides:
56 librust-proxmox-login-0+http-dev (= ${binary:Version}),
57 librust-proxmox-login-0.1+http-dev (= ${binary:Version}),
58 librust-proxmox-login-0.1.0+http-dev (= ${binary:Version})
59Description: Proxmox product authentication api - feature "http"
60 This metapackage enables feature "http" for the Rust proxmox-login crate, by
61 pulling in any additional dependencies needed by that feature.
62
63Package: librust-proxmox-login+webauthn-dev
64Architecture: any
65Multi-Arch: same
66Depends:
67 ${misc:Depends},
68 librust-proxmox-login-dev (= ${binary:Version}),
69 librust-webauthn-rs-0.3+default-dev
70Provides:
71 librust-proxmox-login-0+webauthn-dev (= ${binary:Version}),
72 librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}),
73 librust-proxmox-login-0.1.0+webauthn-dev (= ${binary:Version})
74Description: Proxmox product authentication api - feature "webauthn"
75 This metapackage enables feature "webauthn" for the Rust proxmox-login crate,
76 by pulling in any additional dependencies needed by that feature.