41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
|
Source: rust-terminal-prompt
|
||
|
Section: rust
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||
|
Build-Depends:
|
||
|
cargo:native <!nocheck>,
|
||
|
debhelper-compat (= 13),
|
||
|
dh-sequence-cargo,
|
||
|
librust-libc-0.2+default-dev (>= 0.2.147-~~) <!nocheck>,
|
||
|
librust-winapi-0.3+consoleapi-dev (>= 0.3.9-~~) <!nocheck>,
|
||
|
librust-winapi-0.3+default-dev (>= 0.3.9-~~) <!nocheck>,
|
||
|
libstd-rust-dev <!nocheck>,
|
||
|
rustc:native (>= 1.66) <!nocheck>,
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://github.com/de-vri-es/terminal-prompt-rs
|
||
|
X-Cargo-Crate: terminal-prompt
|
||
|
|
||
|
Package: librust-terminal-prompt-dev
|
||
|
Section: rust
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Depends:
|
||
|
librust-libc-0.2+default-dev (>= 0.2.147-~~),
|
||
|
librust-winapi-0.3+consoleapi-dev (>= 0.3.9-~~),
|
||
|
librust-winapi-0.3+default-dev (>= 0.3.9-~~),
|
||
|
${misc:Depends},
|
||
|
Provides:
|
||
|
librust-terminal-prompt+default-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0+default-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0.2+default-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0.2-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0.2.3+default-dev (= ${binary:Version}),
|
||
|
librust-terminal-prompt-0.2.3-dev (= ${binary:Version}),
|
||
|
Description: prompting data on the terminal - Rust source code
|
||
|
Tiny library for prompting sensitive or non-sensitive data on the terminal.
|
||
|
.
|
||
|
This package contains the source for the Rust terminal-prompt
|
||
|
for use with cargo and dh-cargo.
|