Source: rust-magic-wormhole-cli
Section: utils
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo,
 dh-shell-completions
Build-Depends-Arch: cargo:native,
 rustc:native (>= 1.92),
 libstd-rust-dev,
 librust-arboard-3+default-dev (>= 3.6),
 librust-arboard-3+wayland-data-control-dev (>= 3.6),
 librust-async-channel-2+default-dev (>= 2.5),
 librust-clap-4+cargo-dev,
 librust-clap-4+default-dev,
 librust-clap-4+derive-dev,
 librust-clap-4+env-dev,
 librust-clap-4+help-dev,
 librust-clap-complete-4+default-dev,
 librust-color-eyre-0.6+default-dev,
 librust-console+default-dev (<< 0.17),
 librust-console+default-dev (>= 0.15),
 librust-ctrlc-3+default-dev (>= 3.2.1),
 librust-dialoguer+completion-dev (<< 0.13),
 librust-dialoguer+completion-dev (>= 0.11),
 librust-dialoguer+default-dev (<< 0.13),
 librust-dialoguer+default-dev (>= 0.11),
 librust-env-logger-0.11+default-dev,
 librust-futures-0.3+default-dev (>= 0.3.12),
 librust-indicatif+default-dev (<< 0.19),
 librust-indicatif+default-dev (>= 0.17),
 librust-magic-wormhole-0.8+all-dev,
 librust-magic-wormhole-0.8+default-dev,
 librust-magic-wormhole-0.8+forwarding-dev,
 librust-qr2term-0.3+default-dev,
 librust-rand-0.8+default-dev,
 librust-serde-1+default-dev (>= 1.0.120),
 librust-serde-1+rc-dev (>= 1.0.120),
 librust-serde-derive-1+default-dev (>= 1.0.120),
 librust-serde-json-1+default-dev (>= 1.0.61),
 librust-smol-2+default-dev,
 librust-tracing-0.1+default-dev,
 librust-tracing-0.1+log-dev,
 librust-tracing-subscriber-0.3+default-dev,
 librust-tracing-subscriber-0.3+env-filter-dev,
 librust-unit-prefix-0.5+default-dev,
 librust-url-2+default-dev (>= 2.2.2),
 librust-url-2+serde-dev (>= 2.2.2)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Matthias Geiger <werdahias@debian.org>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/magic-wormhole-cli]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/magic-wormhole-cli
Homepage: http://magic-wormhole.io/
X-Cargo-Crate: magic-wormhole-cli
X-Cargo-Crate-Version: 0.8.1

Package: wormhole-rs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends}
Recommends:
 ${cargo:Recommends}
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Send files from one computer to another, securely
 wormhole-rs is the Rust port of the magic-wormhole python CLI.
 It makes it possible to very easily transfer files or directories from one
 computer to another.
 .
 The two endpoints are identified by using identical "wormhole codes":
 in general, the sending machine generates and displays the code,
 which must then be typed into the receiving machine. The codes are
 short and human-pronounceable, using a phonetically-distinct
 wordlist. The receiving side offers tab-completion on the codewords,
 so usually only a few characters must be typed. Wormhole codes are
 single-use and do not need to be memorized.
 .
 This implementation is fully compatible with the Go and python version.
