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
|
Source: rust-openssh-sftp-client
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
architecture-is-64-bit
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.64) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-bytes-1+default-dev (>= 1.2.1-~~) <!nocheck>,
librust-derive-destructure2-0.1+default-dev <!nocheck>,
librust-futures-core-0.3+default-dev (>= 0.3.28-~~) <!nocheck>,
librust-once-cell-1+default-dev (>= 1.9.0-~~) <!nocheck>,
librust-openssh-sftp-client-lowlevel-0.7+default-dev (>= 0.7.2-~~) <!nocheck>,
librust-openssh-sftp-error-0.5+default-dev (>= 0.5.1-~~) <!nocheck>,
librust-pin-project-1+default-dev (>= 1.0.10-~~) <!nocheck>,
librust-scopeguard-1+default-dev (>= 1.1.0-~~) <!nocheck>,
librust-tokio-1+default-dev (>= 1.11.0-~~) <!nocheck>,
librust-tokio-1+macros-dev (>= 1.11.0-~~) <!nocheck>,
librust-tokio-1+rt-dev (>= 1.11.0-~~) <!nocheck>,
librust-tokio-1+sync-dev (>= 1.11.0-~~) <!nocheck>,
librust-tokio-1+time-dev (>= 1.11.0-~~) <!nocheck>,
librust-tokio-io-utility-0.7+default-dev (>= 0.7.4-~~) <!nocheck>,
librust-tokio-util-0.7+default-dev (>= 0.7.8-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/openssh-sftp-client]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/openssh-sftp-client
Homepage: https://github.com/openssh-rust/openssh-sftp-client
X-Cargo-Crate: openssh-sftp-client
Rules-Requires-Root: no
Package: librust-openssh-sftp-client-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bytes-1+default-dev (>= 1.2.1-~~),
librust-derive-destructure2-0.1+default-dev,
librust-futures-core-0.3+default-dev (>= 0.3.28-~~),
librust-once-cell-1+default-dev (>= 1.9.0-~~),
librust-openssh-0.11-dev,
librust-openssh-sftp-client-lowlevel-0.7+default-dev (>= 0.7.2-~~),
librust-openssh-sftp-error-0.5+default-dev (>= 0.5.1-~~),
librust-openssh-sftp-error-0.5+openssh-dev (>= 0.5.1-~~),
librust-pin-project-1+default-dev (>= 1.0.10-~~),
librust-scopeguard-1+default-dev (>= 1.1.0-~~),
librust-tokio-1+default-dev (>= 1.11.0-~~),
librust-tokio-1+macros-dev (>= 1.11.0-~~),
librust-tokio-1+rt-dev (>= 1.11.0-~~),
librust-tokio-1+sync-dev (>= 1.11.0-~~),
librust-tokio-1+time-dev (>= 1.11.0-~~),
librust-tokio-io-utility-0.7+default-dev (>= 0.7.4-~~),
librust-tokio-util-0.7+default-dev (>= 0.7.8-~~),
librust-tracing-0.1+default-dev (>= 0.1.37-~~)
Provides:
librust-openssh-sftp-client+--ci-tests-dev (= ${binary:Version}),
librust-openssh-sftp-client+default-dev (= ${binary:Version}),
librust-openssh-sftp-client+openssh-dev (= ${binary:Version}),
librust-openssh-sftp-client+tracing-dev (= ${binary:Version}),
librust-openssh-sftp-client-0-dev (= ${binary:Version}),
librust-openssh-sftp-client-0+--ci-tests-dev (= ${binary:Version}),
librust-openssh-sftp-client-0+default-dev (= ${binary:Version}),
librust-openssh-sftp-client-0+openssh-dev (= ${binary:Version}),
librust-openssh-sftp-client-0+tracing-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15+--ci-tests-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15+default-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15+openssh-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15+tracing-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15.3-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15.3+--ci-tests-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15.3+default-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15.3+openssh-dev (= ${binary:Version}),
librust-openssh-sftp-client-0.15.3+tracing-dev (= ${binary:Version})
Description: Highlevel API used to communicate with openssh sftp server - Rust source code
Source code for Debianized Rust crate "openssh-sftp-client"
|