forked from Proxmox/proxmox
190 lines
7.6 KiB
Plaintext
190 lines
7.6 KiB
Plaintext
Source: rust-proxmox-tfa
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 25),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-base32-0.4+default-dev <!nocheck>,
|
|
librust-base64-0.13+default-dev <!nocheck>,
|
|
librust-hex-0.4+default-dev <!nocheck>,
|
|
librust-openssl-0.10+default-dev <!nocheck>,
|
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>,
|
|
librust-serde-plain-1+default-dev <!nocheck>,
|
|
librust-url-2+default-dev (>= 2.2-~~) <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-tfa-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-base32-0.4+default-dev,
|
|
librust-base64-0.13+default-dev,
|
|
librust-hex-0.4+default-dev,
|
|
librust-openssl-0.10+default-dev,
|
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
|
librust-serde-1+default-dev,
|
|
librust-serde-plain-1+default-dev,
|
|
librust-url-2+default-dev (>= 2.2-~~)
|
|
Suggests:
|
|
librust-proxmox-tfa+api-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+libc-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+proxmox-schema-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+proxmox-time-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+proxmox-uuid-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+serde-json-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+webauthn-rs-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-tfa+default-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2+default-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+default-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - Rust source code
|
|
This package contains the source for the Rust proxmox-tfa crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|
|
|
|
Package: librust-proxmox-tfa+api-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+webauthn-rs-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+proxmox-uuid-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+proxmox-time-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-tfa-2+api-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+api-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+api-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "api"
|
|
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+libc-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-libc-0.2+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+libc-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+libc-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+libc-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "libc"
|
|
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+proxmox-schema-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-proxmox-schema-1+api-macro-dev,
|
|
librust-proxmox-schema-1+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa+api-types-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2+proxmox-schema-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2+api-types-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+proxmox-schema-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+api-types-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+proxmox-schema-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+api-types-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "proxmox-schema" and 1 more
|
|
This metapackage enables feature "proxmox-schema" for the Rust proxmox-tfa
|
|
crate, by pulling in any additional dependencies needed by that feature.
|
|
.
|
|
Additionally, this package also provides the "api-types" feature.
|
|
|
|
Package: librust-proxmox-tfa+proxmox-time-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-proxmox-time-1+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+proxmox-time-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+proxmox-time-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+proxmox-time-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "proxmox-time"
|
|
This metapackage enables feature "proxmox-time" for the Rust proxmox-tfa crate,
|
|
by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+proxmox-uuid-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-proxmox-uuid-1+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+proxmox-uuid-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+proxmox-uuid-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+proxmox-uuid-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "proxmox-uuid"
|
|
This metapackage enables feature "proxmox-uuid" for the Rust proxmox-tfa crate,
|
|
by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+serde-json-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-serde-json-1+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+serde-json-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+serde-json-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+serde-json-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "serde_json"
|
|
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
|
|
by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+u2f-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+libc-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa+serde-json-dev (= ${binary:Version}),
|
|
librust-serde-1+derive-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+u2f-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+u2f-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+u2f-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "u2f"
|
|
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-tfa+webauthn-rs-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
|
librust-webauthn-rs-0.3+default-dev
|
|
Provides:
|
|
librust-proxmox-tfa-2+webauthn-rs-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0+webauthn-rs-dev (= ${binary:Version}),
|
|
librust-proxmox-tfa-2.0.0+webauthn-rs-dev (= ${binary:Version})
|
|
Description: Tfa implementation for totp and u2f - feature "webauthn-rs"
|
|
This metapackage enables feature "webauthn-rs" for the Rust proxmox-tfa crate,
|
|
by pulling in any additional dependencies needed by that feature.
|