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
|
Source: rust-keyring
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native (>= 1.75) <!nocheck>,
libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/keyring]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/keyring
Homepage: https://github.com/hwchen/keyring-rs
X-Cargo-Crate: keyring
Rules-Requires-Root: no
Package: librust-keyring-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-dbus-secret-service-4+crypto-openssl-dev (>= 4.0.1-~~),
librust-dbus-secret-service-4+crypto-rust-dev (>= 4.0.1-~~),
librust-dbus-secret-service-4+default-dev (>= 4.0.1-~~),
librust-linux-keyutils-0.2+default-dev,
librust-linux-keyutils-0.2+std-dev,
librust-openssl-0.10+default-dev (>= 0.10.55-~~),
librust-secret-service-4+crypto-openssl-dev,
librust-secret-service-4+crypto-rust-dev,
librust-secret-service-4+default-dev,
librust-zbus-5+async-io-dev,
librust-zbus-5+default-dev,
librust-zbus-5+tokio-dev
Provides:
librust-keyring+async-io-dev (= ${binary:Version}),
librust-keyring+async-secret-service-dev (= ${binary:Version}),
librust-keyring+crypto-openssl-dev (= ${binary:Version}),
librust-keyring+crypto-rust-dev (= ${binary:Version}),
librust-keyring+default-dev (= ${binary:Version}),
librust-keyring+linux-native-dev (= ${binary:Version}),
librust-keyring+openssl-dev (= ${binary:Version}),
librust-keyring+sync-secret-service-dev (= ${binary:Version}),
librust-keyring+tokio-dev (= ${binary:Version}),
librust-keyring-3-dev (= ${binary:Version}),
librust-keyring-3+async-io-dev (= ${binary:Version}),
librust-keyring-3+async-secret-service-dev (= ${binary:Version}),
librust-keyring-3+crypto-openssl-dev (= ${binary:Version}),
librust-keyring-3+crypto-rust-dev (= ${binary:Version}),
librust-keyring-3+default-dev (= ${binary:Version}),
librust-keyring-3+linux-native-dev (= ${binary:Version}),
librust-keyring-3+openssl-dev (= ${binary:Version}),
librust-keyring-3+sync-secret-service-dev (= ${binary:Version}),
librust-keyring-3+tokio-dev (= ${binary:Version}),
librust-keyring-3.2-dev (= ${binary:Version}),
librust-keyring-3.2+async-io-dev (= ${binary:Version}),
librust-keyring-3.2+async-secret-service-dev (= ${binary:Version}),
librust-keyring-3.2+crypto-openssl-dev (= ${binary:Version}),
librust-keyring-3.2+crypto-rust-dev (= ${binary:Version}),
librust-keyring-3.2+default-dev (= ${binary:Version}),
librust-keyring-3.2+linux-native-dev (= ${binary:Version}),
librust-keyring-3.2+openssl-dev (= ${binary:Version}),
librust-keyring-3.2+sync-secret-service-dev (= ${binary:Version}),
librust-keyring-3.2+tokio-dev (= ${binary:Version}),
librust-keyring-3.2.1-dev (= ${binary:Version}),
librust-keyring-3.2.1+async-io-dev (= ${binary:Version}),
librust-keyring-3.2.1+async-secret-service-dev (= ${binary:Version}),
librust-keyring-3.2.1+crypto-openssl-dev (= ${binary:Version}),
librust-keyring-3.2.1+crypto-rust-dev (= ${binary:Version}),
librust-keyring-3.2.1+default-dev (= ${binary:Version}),
librust-keyring-3.2.1+linux-native-dev (= ${binary:Version}),
librust-keyring-3.2.1+openssl-dev (= ${binary:Version}),
librust-keyring-3.2.1+sync-secret-service-dev (= ${binary:Version}),
librust-keyring-3.2.1+tokio-dev (= ${binary:Version})
Description: Cross-platform library for managing passwords/credentials - Rust source code
Source code for Debianized Rust crate "keyring"
|